There was an error while loading. Please reload this page.
1 parent 61e8108 commit 5de022eCopy full SHA for 5de022e
1 file changed
.mypy.ini
@@ -0,0 +1,18 @@
1
+[mypy]
2
+# no_incremental = True
3
+# disallow_untyped_defs = True
4
+extra_checks = True
5
+strict_equality = True
6
+warn_incomplete_stub = True
7
+warn_no_return = True
8
+warn_redundant_casts= True
9
+warn_return_any = True
10
+warn_unreachable = True
11
+warn_unused_configs = True
12
+warn_unused_ignores = True
13
+
14
+[mypy-ConfigParser.*]
15
+ignore_missing_imports = True
16
17
+[mypy-setuptools.*]
18
0 commit comments