cpython/Tools/i18n/.ruff.toml
Miss Islington (bot) b6fa945ff9
[3.14] gh-138286: Run `ruff on Tools/i18n` (GH-138287) (#138513)
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
2025-09-05 11:28:56 +00:00

10 lines
182 B
TOML

extend = "../../.ruff.toml" # Inherit the project-wide settings
target-version = "py313"
[lint]
select = [
"F", # pyflakes
"I", # isort
"UP", # pyupgrade
]