Stephan Kulow
d39eca2885
Fix the only offense of E731
2021-09-22 21:51:24 +02:00
Stephan Kulow
8b13dffe50
Remove E265 from flake ignore list
2021-09-21 14:52:46 +02:00
Stephan Kulow
a8f7146baf
Remove E713 offense from flaker
2021-09-21 14:20:08 +02:00
Ancor Gonzalez Sosa
e502c9dad1
Revert "Exclude .open-build-service/ from docker, flake8, and git."
...
This reverts commit 495878ff0f460b7f44dded36b8600ba8fdd8a794.
2021-07-05 09:46:06 +02:00
Ancor Gonzalez Sosa
19bf4dbdbf
Update exclude section in .flake8
2021-07-02 13:49:20 +02:00
ad06348dcf
More flake8 cleanups
2019-12-10 12:50:57 +01:00
ea3b07568c
Fix E203
...
This fixes incorrect whitespacing inside dictionaries.
2019-12-10 08:54:32 +01:00
ec88760187
Fix Flake E241
...
One more step towards white space sanity. Next group is E20x.
2019-12-10 08:46:02 +01:00
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