mirror of
https://github.com/jazzband/django-celery-monitor.git
synced 2026-03-16 22:00:24 +00:00
20 lines
396 B
INI
20 lines
396 B
INI
[tool:pytest]
|
|
testpaths = tests/unit
|
|
python_classes = test_*
|
|
DJANGO_SETTINGS_MODULE=tests.proj.settings
|
|
|
|
[flake8]
|
|
# classes can be lowercase, arguments and variables can be uppercase
|
|
# whenever it makes the code more readable.
|
|
ignore = N806, N802, N801, N803
|
|
|
|
[pep257]
|
|
ignore = D102,D104,D203,D105,D213
|
|
match-dir = [^migrations]
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[check-manifest]
|
|
ignore =
|
|
docs/_build*
|