MNT: Move flake8 config into setup.cfg

This commit is contained in:
Kernc
2021-10-13 14:25:47 +02:00
committed by kernc
parent 23761697fe
commit 60bd8a7080
2 changed files with 5 additions and 6 deletions

View File

@@ -1,6 +0,0 @@
[flake8]
max-line-length = 100
exclude =
.git,
__pycache__,
doc/examples

View File

@@ -1,5 +1,10 @@
[flake8]
max-line-length = 100
exclude =
.git,
.eggs,
__pycache__,
doc/examples
[mypy]
warn_unused_ignores = True