Commit Graph

5 Commits

Author SHA1 Message Date
Philipp Wolfer
683bcb499f PEP8 fixes, allows for successful check with flake8
Ignore some additional checks globally that don't make much sense for our current code.
2019-08-15 15:10:35 +02:00
Philipp Wolfer
fa5ae617fe PEP8: Line break before binary operator 2019-03-29 11:11:34 +01:00
Philipp Wolfer
801c7f8f35 Ignore the ui_*.py files for calculating testing code coverage. 2019-03-29 09:47:20 +00:00
Sambhav Kothari
d9a9c5bf0a Update flake8 config with new builtins 2017-04-07 16:09:44 +05:30
Wieland Hoffmann
db9072bcaa Add setup.cfg to ignore flake8 errors
This ignores E501 (line too long), some indentation related errors and
configures gettext functions as known builtins, which makes the error
list for most files very short.

Messages in the generated UI files are ignored as well.

This reduces the number of warnings from ~2300 to ~200.
2016-11-20 12:50:04 +01:00