You need to sign in or sign up before continuing.
Newer
Older
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