Skip to content
Snippets Groups Projects
Commit fa374579 authored by Adam Williamson's avatar Adam Williamson
Browse files

Drop an attempted comment from flake8 config in setup.cfg


This fails at least when run via tox on current Fedora, flake8
tries to parse the # as a directive and chokes on it.

Signed-off-by: default avatarAdam Williamson <awilliam@redhat.com>
parent b863fafc
No related branches found
No related tags found
No related merge requests found
...@@ -23,4 +23,5 @@ addopts = --cov mwclient test ...@@ -23,4 +23,5 @@ addopts = --cov mwclient test
[flake8] [flake8]
max-line-length = 90 max-line-length = 90
ignore = ignore =
W503 # Line break before binary operator # Line break before binary operator
W503
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment