Files
talemate/ruff.toml

6 lines
145 B
TOML
Raw Permalink Normal View History

[lint]
# Disable automatic fix for unused imports (`F401`). We check these manually.
unfixable = ["F401"]
# Ignore E402
extend-ignore = ["E402"]