fprss/.flake8

6 lines
190 B
INI

[flake8]
exclude=build,.cache,.eggs,.git
# Override the errors that Flake8 ignores by default to lint very hard.
# Only ignore W503, which is deprecated and conflicts with W504.
ignore=W503