Skip to content

Commit

Permalink
fix pre-commit pylint when in venv
Browse files Browse the repository at this point in the history
  • Loading branch information
jxy-s committed May 3, 2024
1 parent 6e87fba commit dd7958f
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 dd7958f

Please sign in to comment.