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
71 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
Target E501 - Line too long https://www.flake8rules.com/rules/E501.html - but 79 characters is a joke
2022-02-18 17:44:32 +01:00
max-line-length = 140
Target F401 - Unused imports
2022-02-18 18:29:27 +01:00
ignore = W503,W504
Reference in New Issue
Copy Permalink