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 79935f7 commit 349f0aeCopy full SHA for 349f0ae
mypy.ini
@@ -0,0 +1,5 @@
1
+[mypy]
2
+ignore_missing_imports = true
3
+warn_unreachable = true
4
+warn_unused_ignores = true
5
+warn_redundant_casts = true
setup.cfg
@@ -1,23 +1,2 @@
[bdist_wheel]
python-tag = py3
-
-[flake8]
-max-line-length = 80
6
-max-complexity = 18
7
-select = C,E,F,W,B,B950
8
-ignore = E203,E501,W503
9
-exclude =
10
- .git
11
- .eggs
12
- .tox
13
- __pycache__
14
- docs/conf.py
15
- old
16
- build
17
- dist
18
19
-[mypy]
20
-ignore_missing_imports = true
21
-warn_unreachable = true
22
-warn_unused_ignores = true
23
-warn_redundant_casts = true
0 commit comments