[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 inline-quotes = "