Skip to content

Commit 60bd8a7

Browse files
committed
MNT: Move flake8 config into setup.cfg
1 parent 2376169 commit 60bd8a7

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Diff for: .flake8

-6
This file was deleted.

Diff for: setup.cfg

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
[flake8]
22
max-line-length = 100
3+
exclude =
4+
.git,
5+
.eggs,
6+
__pycache__,
7+
doc/examples
38

49
[mypy]
510
warn_unused_ignores = True

0 commit comments

Comments
 (0)