open-law/tox.ini

7 lines
165 B
INI
Raw Normal View History

2023-04-20 13:10:16 +00:00
[flake8]
;ignore = E226,E302,E41,E202,E203
max-line-length = 120
;exclude = tests/*
;max-complexity = 10
exclude = .git,__pycache__,.venv/,migrations/,node_modules/