Skip to content
Snippets Groups Projects
Commit f4e17696 authored by Karel van Klink's avatar Karel van Klink :smiley_cat: Committed by JORGE SASIAIN
Browse files

remove overly pedantic style rules

parent 83e0a576
No related branches found
No related tags found
1 merge request!108NAT-315: Restore ISIS should be optional in migrate iptrunk
......@@ -41,6 +41,7 @@ ignore = [
"D203",
"D213",
"N805",
"PLR0913",
]
line-length = 120
select = [
......@@ -88,7 +89,6 @@ select = [
"SLF",
"T",
"T20",
"TD",
"TID",
"TRY",
"UP",
......@@ -101,7 +101,7 @@ target-version = "py311"
ban-relative-imports = "all"
[tool.ruff.per-file-ignores]
"test/*" = ["D", "S101", "PLR2004"]
"test/*" = ["ARG001", "D", "S101", "PLR2004"]
[tool.ruff.isort]
known-third-party = ["pydantic", "migrations"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment