Skip to content

Commit 4085abb

Browse files
committed
Make Flake8 happy again
1 parent a703b00 commit 4085abb

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.flake8

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[flake8]
2+
ignore = E722,W503
3+
exclude = .git,.pytest_cache,.tox,.venv,.idea,__pycache__,build,dist,docs
4+
max-line-length = 79

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ include LICENSE
44
include README.md
55

66
include .bumpversion.cfg
7+
include .flake8
78
include tox.ini
89

910
recursive-include tests *.py

0 commit comments

Comments
 (0)