Files
SemesterapparatsManager/.trunk/configs/ruff.toml
2024-01-25 14:56:54 +01:00

6 lines
188 B
TOML

# Generic, formatter-friendly config.
select = ["B", "D3", "D4", "E", "F"]
# Never enforce `E501` (line length violations). This should be handled by formatters.
ignore = ["E501","F401"]