mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-05-07 09:19:50 +00:00
Update tox warning exception
E305 somehow popped up as a default warning which I don't care about.
This commit is contained in:
parent
c58a4817ca
commit
e4b6e12d4c
2
tox.ini
2
tox.ini
@ -14,5 +14,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
|
||||
ignore = W391,W293,E302,E261,E226,E227,W291,E262,E303,E265,E731,E305
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user