mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-05 08:05:11 -04:00
5 lines
129 B
TOML
5 lines
129 B
TOML
[lint]
|
|
select = ["E", "F"] # or whatever you are using
|
|
# Add E402 so Ruff knows the noqa is legitimate
|
|
extend-select = ["E402"]
|