7 Commits

Author SHA1 Message Date
32ad0adc2d Fix all E22x errors
This cleans up white spaces around various kinds of operators to be
consistent.
2019-11-27 11:08:06 +01:00
8483632683 Some flake8 improvements
Was bored while waiting for a test run to finish. The rule is
that two empty lines distinguish larger blocks and shouldn't be
used between functions or within functions.
2019-11-27 10:40:15 +01:00
Jimmy Berry
e68e348781 flake8: ignore W504. 2018-10-24 16:27:10 -05:00
Jimmy Berry
495878ff0f Exclude .open-build-service/ from docker, flake8, and git. 2017-10-24 17:55:32 -05:00
ba253a61f3 Blacklist new warnings introduced by flake8 3.5.0
The module isn't ready for this yet. Fixes #1217
2017-10-24 11:08:27 +02:00
d1c4801578 Another set of low-noise flake8 cleanups 2017-10-20 20:46:44 +02:00
ed01f0681d Parallelize flake8 run
rather than find / xargs we run flake8 over everything which uses all
available cpus by default. Also set max line length to 100 because jimmy
likes it.
2017-10-20 08:54:11 +02:00