Commit 43567732 authored by PJ Janse van Rensburg's avatar PJ Janse van Rensburg

Ignore W504 after pydocestyle update.

parent 519ab4d2
flake8
Flask>=0.7 Flask>=0.7
Flask-SQLAlchemy>=0.15 Flask-SQLAlchemy>=0.15
peewee peewee
......
...@@ -8,7 +8,7 @@ skip_missing_interpreters = true ...@@ -8,7 +8,7 @@ skip_missing_interpreters = true
[flake8] [flake8]
max_line_length = 120 max_line_length = 120
ignore = E402,E722 ignore = E402,E722,W504
[testenv] [testenv]
setenv = setenv =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment