aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar wookie184 <[email protected]>2024-06-11 20:02:17 +0100
committerGravatar wookie184 <[email protected]>2024-06-19 16:10:06 +0100
commit2a6a053296187ddd6163e63eebea16f15054e875 (patch)
tree92b10d64f6259113d7d8df9162693490e4a6f407
parentBump ruff from 0.3.4 to 0.4.8 (diff)
Ignore RUF029, due to false positives and it not being that important
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 3615be4c..bdd9d744 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -102,7 +102,7 @@ ignore = [
"PLR",
"PT009",
"RET504",
- "RUF005",
+ "RUF005", "RUF029",
"S311", "S404",
"SIM102", "SIM108",
"TRY003",