emsha/.trunk/configs/ruff.toml

6 lines
175 B
TOML
Raw Normal View History

2023-10-18 06:43:18 +00:00
# Generic, formatter-friendly config.
select = ["B", "D3", "E", "F"]
# Never enforce `E501` (line length violations). This should be handled by formatters.
ignore = ["E501"]