123/myapp/setup.cfg

9 lines
297 B
INI
Raw Permalink Normal View History

2023-08-08 22:04:06 +00:00
[flake8]
max-line-length = 99
exclude = .git,.venv,.idea,templates,resources,storage,databases/migrations,resources,node_modules,__pycache__
ignore=E501,F401,E203,E128,E402,E731,F821,E712,W503,F811
[coverage:run]
include = backend/*
omit = *migrations*, *tests*, config/*, manage.py, conftest.py