We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72beead commit ca6a4e7Copy full SHA for ca6a4e7
.pre-commit-config.yaml
@@ -59,7 +59,7 @@ repos:
59
- id: mypy
60
# empty args needed in order to match mypy cli behavior
61
args: []
62
- entry: mypy src/ test/
+ entry: mypy src/ tests/
63
pass_filenames: false
64
additional_dependencies:
65
- ansible-compat>=24.6.1
0 commit comments