diff --git a/pyproject.toml b/pyproject.toml index 0c315f27..a0fd2b27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -340,7 +340,7 @@ line-length = 100 target-version = "py310" [tool.ruff.lint] -ignore = ["S603"] +ignore = ["S603"] # This rule does not make sense in tests. select = ["ALL"] [tool.ruff.lint.flake8-pytest-style]