diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fce7978c4..2b0d6e49f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,12 +47,7 @@ repos: rev: v0.711 hooks: - id: mypy - name: mypy (src) - files: ^src/ - args: [] - - id: mypy - name: mypy (testing) - files: ^testing/ + files: ^(src/|testing/) args: [] - repo: local hooks: