mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
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>
10 lines
182 B
TOML
10 lines
182 B
TOML
extend = "../../.ruff.toml" # Inherit the project-wide settings
|
|
|
|
target-version = "py313"
|
|
|
|
[lint]
|
|
select = [
|
|
"F", # pyflakes
|
|
"I", # isort
|
|
"UP", # pyupgrade
|
|
]
|