/
niceSOFT
/
python3-hatchling
Обзор
Документация
Войти
/
niceSOFT
/
python3-hatchling
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
ruff.toml
23 строки
525 B
Dimitri Papadopoulos Orfanos
Upgrade Ruff to 0.13.2 (#1890)
28 сен 2025, 21:20
Не верифицирован
28 сен 2025, 21:20
aff6f39
Код
Авторство
О чём код?
extend = "ruff_defaults.toml" # https://github.com/astral-sh/ruff/issues/8627 exclude = [".git", ".mypy_cache", ".ruff_cache", ".venv", "dist"] [format] preview = true [lint] preview = true ignore = [ # Allow lazy imports for responsive CLI "PLC0415", ] [lint.extend-per-file-ignores] "backend/src/hatchling/bridge/app.py" = ["T201"] "backend/tests/downstream/integrate.py" = ["INP001", "T201"] "docs/.hooks/*" = ["INP001", "T201"] "release/**/*" = ["INP001"] [lint.isort] known-first-party = ["hatch", "hatchling"]