/
oriono
/
taskman
Обзор
Документация
Войти
/
oriono
/
taskman
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
setup.cfg
23 строки
497 B
abo
Add UUID fields to models and exclude migrations from linting
22 фев 2026, 01:38
22 фев 2026, 01:38
7f049db
Код
Авторство
О чём код?
[flake8] accept-encodings = utf-8 max-complexity = 6 statistics = False max-line-length = 80 enable-extensions = G isort-show-traceback = True exclude = .git,__pycache__,.venv,dist,build,settings.py,*/migrations/* ignore = # line break occurred before a binary operator W503 per-file-ignores = # init modules can contain the local imports, logic, unused imports __init__.py: F401 [isort] multi_line_output = 3 include_trailing_comma = true default_section = FIRSTPARTY line_length = 79