Skip to content

Commit e943b7a

Browse files
author
Oliver Sauder
committed
Adjust to new flake8 3.6.0 version
1 parent d0debda commit e943b7a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

requirements-development.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ django-filter>=2.0
44
django-polymorphic>=2.0
55
factory-boy
66
Faker
7-
flake8
7+
flake8==3.6.0
88
flake8-isort
99
isort
1010
mock

setup.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ test = pytest
55
universal = 1
66

77
[flake8]
8-
ignore = F405
8+
ignore = F405,W504
99
max-line-length = 100
1010
exclude =
1111
docs/conf.py,
1212
build,
1313
migrations,
1414
.tox,
15+
.eggs
1516

1617
[isort]
1718
indent = 4

0 commit comments

Comments
 (0)