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 1802fa5 commit 410e41bCopy full SHA for 410e41b
setup.cfg
@@ -1,4 +1,5 @@
1
[flake8]
2
+# https://flake8.pycqa.org/en/latest/user/configuration.html
3
max-line-length = 120
4
5
[isort]
@@ -8,6 +9,7 @@ multi_line_output = 3
8
9
include_trailing_comma = True
10
11
[mypy]
12
+# https://mypy.readthedocs.io/en/stable/config_file.html
13
disallow_untyped_defs = True
14
warn_unused_ignores = True
15
warn_return_any = True
0 commit comments