aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index ea73d6b4..2f830df0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -29,7 +29,7 @@ psycopg = {extras = ["binary"], version = "3.1.9"}
[tool.poetry.group.dev.dependencies]
python-dotenv = "1.0.0"
taskipy = "1.11.0"
-ruff = "0.0.272"
+ruff = "0.0.274"
[tool.poetry.group.lint.dependencies]
pre-commit = "3.3.3"
@@ -53,7 +53,7 @@ ignore = [
"E731",
"DJ001", "DJ008",
"RET504",
- "RUF005",
+ "RUF005", "RUF012",
"S311",
"SIM102", "SIM108",
]