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