mirror of
https://github.com/vegu-ai/talemate.git
synced 2025-12-14 18:57:47 +01:00
6 lines
145 B
TOML
6 lines
145 B
TOML
[lint]
|
|
# Disable automatic fix for unused imports (`F401`). We check these manually.
|
|
unfixable = ["F401"]
|
|
# Ignore E402
|
|
extend-ignore = ["E402"]
|