Skip to content

Commit 6cc7484

Browse files
committed
Update linting configuration to ignore additional rules
1 parent 84d3b59 commit 6cc7484

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ruff.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ output-format = "github"
99

1010
[lint]
1111
extend-select = ["E1", "E2", "E3", "E501", "W"]
12-
ignore = ["F403", "F405", "RUF012"]
12+
ignore = ["F403", "F405", "RUF012", "I001", "RUF022", ]
1313
preview = true
1414

1515
[lint.per-file-ignores]
1616
"urls.py" = ["F401", ]
1717
"netbox_lifecycle/graphql/filters.py" = ["F821", ]
18+
"netbox-lifecycle/netbox_lifecycle/ui/panels/contract.py" = ["SIM103", ]
1819

1920
[format]
2021
quote-style = "single"

0 commit comments

Comments
 (0)