diff --git a/{{cookiecutter.repo_name}}/pyproject.toml b/{{cookiecutter.repo_name}}/pyproject.toml index cf63e06..04fd0c3 100644 --- a/{{cookiecutter.repo_name}}/pyproject.toml +++ b/{{cookiecutter.repo_name}}/pyproject.toml @@ -11,7 +11,7 @@ dev = [ "build~=1.0", "pre-commit~=3.4", "pytest~=8.0", - "ruff~=0.5.0", + "ruff~=0.5.1", "twine~=5.0", ] @@ -30,7 +30,9 @@ strictListInference = true strictDictionaryInference = true strictParameterNoneValue = true reportTypedDictNotRequiredAccess = false +reportIncompatibleVariableOverride = true reportIncompatibleMethodOverride = true +reportMatchNotExhaustive = true reportUnnecessaryTypeIgnoreComment = true [tool.ruff]