diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aa83883..6d514b2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: hooks: - id: pytest name: pytest - entry: pytest tests + entry: pytest 01OS/tests language: system types: [python] pass_filenames: false