Files
talemate/ruff.toml
veguAI fb2fa31f13 linting
* precommit

* linting

* add linting to workflow

* ruff.toml added
2025-06-29 19:51:08 +03:00

6 lines
145 B
TOML

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