Commit b0e09ea4 authored by waylon's avatar waylon

Ignore W504 after pydocestyle update.

parent 7e0565d8
...@@ -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