aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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",