/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.ruff.toml
12 строк
270 B
Adam Turner
Lint: Create a project-wide ``.ruff.toml`` settings file (#133124)
01 май 2025, 11:28
Не верифицирован
01 май 2025, 11:28
fe3c7e1
Код
Авторство
О чём код?
# Default settings for Ruff in CPython # PYTHON_FOR_REGEN target-version = "py310" # PEP 8 line-length = 79 # Enable automatic fixes by default. # To override this, use ``fix = false`` in a subdirectory's config file # or ``--no-fix`` on the command line. fix = true