meshtastic_rpi2w_sx1278_RA_02/.trunk/configs/ruff.toml

6 lines
181 B
TOML
Raw Normal View History

2024-11-01 01:34:54 +00:00
# Generic, formatter-friendly config.
select = ["B", "D3", "D4", "E", "F"]
# Never enforce `E501` (line length violations). This should be handled by formatters.
ignore = ["E501"]