diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b0986fbc3..83573fb50 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: pyupgrade args: [--py36-plus] - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.0 hooks: - id: codespell files: ^.*\.(py|md|yaml|js|ts|ipynb)$ @@ -24,7 +24,7 @@ repos: additional_dependencies: - tomli - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.6 + rev: v0.9.3 hooks: - id: ruff stages: [pre-commit]