Skip to content

Commit

Permalink
Merge pull request #13 from archonitelabs/pre-commit-pylint-venv-fix
Browse files Browse the repository at this point in the history
fix pre-commit pylint when in venv
  • Loading branch information
jxy-s authored May 3, 2024
2 parents 6d738f6 + dd7958f commit 782b898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:
hooks:
- id: pylint
name: pylint
entry: pylint
entry: python -m pylint
language: system
types: [python]
require_serial: true

0 comments on commit 782b898

Please sign in to comment.