diff --git a/pyproject.toml b/pyproject.toml index 8758764..e3990e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ [tool.ruff] target-version = "py313" -line-length = 100 +line-length = 88 indent-width = 4 [tool.pyright] @@ -20,4 +20,4 @@ venvPath = "." venv = ".venv" [dependency-groups] -dev = ["ruff>=0.12.11"] \ No newline at end of file +dev = ["pre-commit>=4.3.0", "ruff>=0.12.11"]