diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4593918..78062f9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: name: ruff-format args: [--check] repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.5 + rev: v0.5.7 - hooks: - id: pyright diff --git a/pyproject.toml b/pyproject.toml index cf3cd56..af2f463 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ test = ["pytest>=8.0.2", "trio>=0.24.0"] [tool.rye] managed = true dev-dependencies = [ - "ruff==0.5.5", + "ruff==0.5.7", "ipykernel>=6.29.3", "pre-commit>=3.5.0", "pyyaml>=6.0.1",