Skip to content

Commit

Permalink
Fix spurious flake8 failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Virgil Dupras committed Nov 16, 2017
1 parent 45b907a commit 79adbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ deps =
[flake8]
exclude = .tox,env,build,hscommon,qtlib,cocoalib,cocoa,help,./qt/dg_rc.py,qt/run_template.py,cocoa/run_template.py,./run.py,./pkg
max-line-length = 120
ignore = W391,W293,E302,E261,E226,E227,W291,E262,E303,E265,E731,E305
ignore = W391,W293,E302,E261,E226,E227,W291,E262,E303,E265,E731,E305,E741

0 comments on commit 79adbfd

Please sign in to comment.