netbox/ruff.toml
2024-11-07 11:52:02 -05:00

5 lines
96 B
TOML

[lint]
extend-select = ["E1", "E2", "E3", "W"]
ignore = ["E501", "F403", "F405"]
preview = true