mirror of
https://github.com/logos-co/open-law.git
synced 2025-01-10 06:46:04 +00:00
12 lines
248 B
INI
12 lines
248 B
INI
[flake8]
|
|
;ignore = E226,E302,E41,E202,E203
|
|
max-line-length = 120
|
|
;exclude = tests/*
|
|
;max-complexity = 10
|
|
exclude = .git,__pycache__,.venv/,migrations/,node_modules/
|
|
|
|
|
|
[pytest]
|
|
filterwarnings =
|
|
ignore::DeprecationWarning
|
|
addopts = -p no:warnings |