Skip to content

Commit a5f90db

Browse files
committed
Move tool configuration to individual files
1 parent b11afda commit a5f90db

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
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 & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,3 @@ keywords = _ __
66
domain = sphinxcontrib.applehelp
77
directory = sphinxcontrib/applehelp/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

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,6 @@ include = [
6161
exclude = [
6262
"doc/_build",
6363
]
64+
65+
[tool.mypy]
66+
ignore_missing_imports = true

0 commit comments

Comments
 (0)