File: setup.cfg

package info (click to toggle)
python-django-celery-results 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 696 kB
  • sloc: python: 2,373; makefile: 312; sh: 7; sql: 2
file content (20 lines) | stat: -rw-r--r-- 450 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[tool:pytest]
testpaths = t/
python_classes = test_*
python_files = test_* benchmark_*
DJANGO_SETTINGS_MODULE = t.proj.settings
markers =
    benchmark: mark a test as a benchmark

[flake8]
# classes can be lowercase, arguments and variables can be uppercase
# whenever it makes the code more readable.
ignore = N806, N802, N801, N803

[pep257]
convention=google
add-ignore = D102,D104,D203,D105,D213
match-dir = [^migrations]

[isort]
profile=black