We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0debda commit e943b7aCopy full SHA for e943b7a
requirements-development.txt
@@ -4,7 +4,7 @@ django-filter>=2.0
4
django-polymorphic>=2.0
5
factory-boy
6
Faker
7
-flake8
+flake8==3.6.0
8
flake8-isort
9
isort
10
mock
setup.cfg
@@ -5,13 +5,14 @@ test = pytest
universal = 1
[flake8]
-ignore = F405
+ignore = F405,W504
max-line-length = 100
exclude =
11
docs/conf.py,
12
build,
13
migrations,
14
.tox,
15
+ .eggs
16
17
[isort]
18
indent = 4
0 commit comments