Skip to content

Commit 0888d78

Browse files
committed
Switch form pycodestyle to flake8
1 parent a94af9b commit 0888d78

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.cfg

+1-3
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ addopts = --tb=short -rxs
2828
DJANGO_SETTINGS_MODULE=tests.testapp.settings
2929
norecursedirs = env docs .eggs
3030

31-
[pycodestyle]
31+
[flake8]
3232
max-line-length = 99
33-
statistics = true
34-
show-source = true
3533
exclude = */migrations/*,docs/*,env/*,.tox/*
3634

3735
[pydocstyle]

0 commit comments

Comments
 (0)