Remove references to pycodestyle

We’re using flake8 now instead.
This commit is contained in:
Chris Hill-Scott
2017-10-20 10:49:33 +01:00
parent 2cecadfcbc
commit 1530613fb4
2 changed files with 1 additions and 5 deletions

View File

@@ -1,7 +1,3 @@
[pycodestyle]
max-line-length = 120
exclude = ./migrations,./venv,./venv3,./node_modules,./bower_components,./cache
[tool:pytest]
norecursedirs = node_modules bower_components
xfail_strict=true