This website requires JavaScript.
Explore
Help
Sign In
yudaike
/
openSUSE-release-tools
Watch
1
Star
0
Fork
0
You've already forked openSUSE-release-tools
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
openSUSE-release-tools
/
.flake8
5 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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:45:37 +02:00
[flake8]
Revert "Exclude .open-build-service/ from docker, flake8, and git." This reverts commit 495878ff0f460b7f44dded36b8600ba8fdd8a794.
2021-07-05 09:46:06 +02:00
exclude = abichecker
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:45:37 +02:00
max-line-length = 100
Target E302 - add two comment lines before class
2022-02-18 17:15:48 +01:00
ignore = W503,W504,E501,F401,E128,E251,E201,E202
Reference in New Issue
Copy Permalink