diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 23b00c0..7b8d201 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,8 +7,8 @@ repos: name: pytest entry: python3 -m pytest tests language: system + types: [python] pass_filenames: false - always_run: true - repo: local hooks: - id: pylint