mirror of
https://github.com/tcsenpai/mysides.git
synced 2025-06-04 10:10:05 +00:00
6 lines
175 B
TOML
6 lines
175 B
TOML
# Generic, formatter-friendly config.
|
|
select = ["B", "D3", "E", "F"]
|
|
|
|
# Never enforce `E501` (line length violations). This should be handled by formatters.
|
|
ignore = ["E501"]
|