Files
git-commit-message-generator/app/ruff.toml
7000pctAUTO 68698fa359
Some checks failed
CI / test (push) Failing after 15s
Fix CI: scope ruff to src/ directory only
2026-02-04 18:14:47 +00:00

6 lines
58 B
TOML

[lint]
exclude = [
"__pycache__",
"*.egg-info",
]