Files
cpython/Tools/i18n/.ruff.toml
Stan Ulbrych 78acd8e95e gh-138286: Run `ruff on Tools/i18n` (#138287)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
2025-08-31 20:29:02 +00:00

11 lines
182 B
TOML

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