diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2783077..3537aae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ default_stages: minimum_pre_commit_version: 2.16.0 repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.7 + rev: v0.4.9 hooks: - id: ruff types_or: [python, pyi, jupyter] @@ -37,7 +37,7 @@ repos: language: fail files: '.*\.rej$' - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell additional_dependencies: