We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef0a084 + 6fd7dd6 commit 994e538Copy full SHA for 994e538
1 file changed
.pre-commit-config.yaml
@@ -26,6 +26,8 @@ repos:
26
rev: v1.17.0
27
hooks:
28
- id: mypy
29
+ args: ["--config-file=pyproject.toml", "."]
30
+ pass_filenames: false
31
32
- repo: https://github.com/pycqa/flake8
33
rev: 7.3.0
0 commit comments