Skip to content
Snippets Groups Projects
Verified Commit 0cf6c7c3 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

remove overly pedantic style rules

parent a649a37e
No related branches found
No related tags found
1 merge request!111Feature/ruff everything party hat emoji
......@@ -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.
Finish editing this message first!
Please register or to comment