We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09da0de commit d450afeCopy full SHA for d450afe
1 file changed
.pre-commit-config.yaml
@@ -32,8 +32,7 @@ repos:
32
hooks:
33
- id: mypy
34
files: ^(src/|testing/|scripts/)
35
- args: []
36
- language_version: "3.8"
+ args: ["--python-version=3.8"]
37
additional_dependencies:
38
- iniconfig>=1.1.0
39
- attrs>=19.2.0
0 commit comments