diff --git a/pyproject.toml b/pyproject.toml index 13fdbbc..8985c74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,4 +37,5 @@ init-hook = "import sys; sys.path.append('.venv/lib/python3.12/site-packages')" disable = ["C0114", "C0115", "C0116", "R0801"] max-args = 8 max-positional-arguments = 7 -min-public-methods = 1 \ No newline at end of file +min-public-methods = 1 +fail-on = "error" \ No newline at end of file