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 8520850 commit a4a8efeCopy full SHA for a4a8efe
.pre-commit-config.yaml
@@ -54,7 +54,6 @@ repos:
54
hooks:
55
- id: mypy
56
# empty args needed in order to match mypy cli behavior
57
- args: [] # [--strict]
58
additional_dependencies:
59
- types-paramiko
60
- types-setuptools
mypy.ini
@@ -1,12 +1,10 @@
1
[mypy]
2
+files = .
3
# XXX: goal is to turn it on
4
strict = False
5
check_untyped_defs = True
6
show_error_codes = True
7
-[mypy-pytest.*]
8
-ignore_missing_imports = True
9
-
10
[mypy-salt.*]
11
ignore_missing_imports = True
12
0 commit comments