mirror of
https://github.com/python/cpython.git
synced 2025-07-07 11:25:30 +00:00
12 lines
270 B
TOML
12 lines
270 B
TOML
# 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
|