diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c1cae91..4295c29 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: name: ruff-format args: [--check] repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.7 + rev: v0.6.4 - hooks: - id: pyright @@ -24,4 +24,4 @@ repos: args: - "--pythonpath=.venv/bin/python" repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.375 \ No newline at end of file + rev: v1.1.379 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 40852a0..0b960ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ docs = [ [tool.uv] managed = true dev-dependencies = [ - "ruff==0.5.7", + "ruff==0.6.4", "ipykernel>=6.29.0", "pre-commit>=3.5.0", "async_wrapper[uvloop,sqlalchemy,test]",