mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-29 03:46:25 -06:00
Configure ruff formatter
This commit is contained in:
parent
189aee602b
commit
003855ff8b
@ -1,6 +1,12 @@
|
|||||||
|
exclude = [
|
||||||
|
"netbox/project-static/**"
|
||||||
|
]
|
||||||
line-length = 120
|
line-length = 120
|
||||||
|
|
||||||
[lint]
|
[lint]
|
||||||
extend-select = ["E1", "E2", "E3", "E501", "W"]
|
extend-select = ["E1", "E2", "E3", "E501", "W"]
|
||||||
ignore = ["F403", "F405"]
|
ignore = ["F403", "F405"]
|
||||||
preview = true
|
preview = true
|
||||||
|
|
||||||
|
[format]
|
||||||
|
quote-style = "single"
|
||||||
|
Loading…
Reference in New Issue
Block a user