diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2ab0c508..5f71152f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.2 + rev: v0.9.3 hooks: - id: ruff args: [--fix] @@ -33,7 +33,7 @@ repos: exclude: tests/eval_files/async103.py - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 6.0.0 hooks: - id: isort @@ -66,7 +66,7 @@ repos: - trio - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.0 hooks: - id: codespell additional_dependencies: