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 7b2a66a commit 9003a00Copy full SHA for 9003a00
.flake8
@@ -0,0 +1,4 @@
1
+[flake8]
2
+max-line-length = 95
3
+ignore = E116,E241,E251
4
+exclude = .git,.tox,.venv
setup.cfg renamed to babel.cfg
@@ -6,12 +6,3 @@ keywords = _ __
6
domain = sphinxcontrib.htmlhelp
7
directory = sphinxcontrib/htmlhelp/locales/
8
use_fuzzy = true
9
-
10
-[flake8]
11
-max-line-length = 95
12
-ignore = E116,E241,E251
13
-exclude = .git,.tox,.venv
14
15
-[mypy]
16
-ignore_missing_imports = True
17
-strict_optional = False
pyproject.toml
@@ -59,3 +59,6 @@ email = "georg@python.org"
59
60
[tool.setuptools.dynamic]
61
version.attr = "sphinxcontrib.htmlhelp.__version__"
62
+
63
+[tool.mypy]
64
+ignore_missing_imports = true
0 commit comments