kitsune/setup.cfg

19 строки
248 B
INI

[flake8]
exclude =
*/migrations/*
kitsune/settings*
kitsune/sumo/db_strings.py
docs/*
scripts/*
tests/*
k8s/*
wsgi/*
max-line-length = 99
ignore =
W503
E231
E203
[nosetests]
exclude-dir=tests/functional