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
Branches
Tags
1 merge request!111Feature/ruff everything party hat emoji
...@@ -41,6 +41,7 @@ ignore = [ ...@@ -41,6 +41,7 @@ ignore = [
"D203", "D203",
"D213", "D213",
"N805", "N805",
"PLR0913",
] ]
line-length = 120 line-length = 120
select = [ select = [
...@@ -88,7 +89,6 @@ select = [ ...@@ -88,7 +89,6 @@ select = [
"SLF", "SLF",
"T", "T",
"T20", "T20",
"TD",
"TID", "TID",
"TRY", "TRY",
"UP", "UP",
...@@ -101,7 +101,7 @@ target-version = "py311" ...@@ -101,7 +101,7 @@ target-version = "py311"
ban-relative-imports = "all" ban-relative-imports = "all"
[tool.ruff.per-file-ignores] [tool.ruff.per-file-ignores]
"test/*" = ["D", "S101", "PLR2004"] "test/*" = ["ARG001", "D", "S101", "PLR2004"]
[tool.ruff.isort] [tool.ruff.isort]
known-third-party = ["pydantic", "migrations"] 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