diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 27a8b70..58462b1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -65,7 +65,7 @@ repos: hooks: - id: pylint name: pylint - entry: pylint + entry: .venv/bin/pylint language: system types: [ python ] exclude: "test_*"