diff --git a/pyproject.toml b/pyproject.toml index 1490ce2..b86a6b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ target-version = "py312" [tool.ruff.lint] select = ["E", "I", "W", "C4", "RUF", "SIM", "TID", "TCH", "RSE", "RET", "SLF", "ERA", "PD", "PGH", "PL"] -ignore = [] +ignore = ["SIM108"] [tool.ruff.lint.isort] known-first-party = ["templify"]