8 lines
297 B
INI
Executable file
8 lines
297 B
INI
Executable file
[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
|