mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-13 08:44:51 -06:00
17 lines
273 B
TOML
17 lines
273 B
TOML
exclude = [
|
|
"netbox/project-static/**"
|
|
]
|
|
line-length = 120
|
|
target-version = "py310"
|
|
|
|
[lint]
|
|
extend-select = ["E1", "E2", "E3", "E501", "W"]
|
|
ignore = ["F403", "F405"]
|
|
preview = true
|
|
|
|
[lint.per-file-ignores]
|
|
"template_code.py" = ["E501"]
|
|
|
|
[format]
|
|
quote-style = "single"
|