codekingpro's picture
Add files using upload-large-folder tool
2efd6c9 verified
Raw
History Blame Contribute Delete
182 Bytes
extend = "../../.ruff.toml" # Inherit the project-wide settings
target-version = "py313"
[lint]
select = [
"F", # pyflakes
"I", # isort
"UP", # pyupgrade
]