Skip to content
Snippets Groups Projects
.flake8 317 B
Newer Older
Bastien Abadie's avatar
Bastien Abadie committed
[flake8]
max-line-length = 120
exclude=build,.cache,.eggs,.git,src,arkindex/*/migrations/0001_initial.py
# Flake8 ignores multiple errors by default;
# the only interesting ignore is W503, which goes against PEP8.
# See https://lintlyci.github.io/Flake8Rules/rules/W503.html
ignore = E203,E501,W503
Bastien Abadie's avatar
Bastien Abadie committed
inline-quotes = "