Skip to content

Commit 9003a00

Browse files
committed
Move tool configuration to individual files
1 parent 7b2a66a commit 9003a00

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

.flake8

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,3 @@ keywords = _ __
66
domain = sphinxcontrib.htmlhelp
77
directory = sphinxcontrib/htmlhelp/locales/
88
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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,6 @@ email = "georg@python.org"
5959

6060
[tool.setuptools.dynamic]
6161
version.attr = "sphinxcontrib.htmlhelp.__version__"
62+
63+
[tool.mypy]
64+
ignore_missing_imports = true

0 commit comments

Comments
 (0)