diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a3f2f9d..cdcd552 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,8 +4,9 @@ repos: args: - "-a ruff:ruff:v:" - "-a ruff:ruff-format:v:" + - "-g dev" repo: https://github.com/phi-friday/sync-uv-pre-commit - rev: v0.6.2 + rev: v0.6.3 - hooks: - id: ruff @@ -14,7 +15,7 @@ repos: name: ruff-format args: [--check] repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.1 + rev: v0.8.4 - hooks: - id: pyright @@ -24,4 +25,4 @@ repos: args: - "--pythonpath=.venv/bin/python" repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.382 \ No newline at end of file + rev: v1.1.389 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 3803312..7023a95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ test = [ ] dev = [ { include-group = "test"}, - "ruff==0.7.1", + "ruff==0.8.4", "ipykernel>=6.29.0", "pre-commit>=3.5.0", "poethepoet>=0.27.0",