diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 55f02c1..3016034 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: # ruff - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.6 + rev: v0.6.3 hooks: # Ruff linting - id: ruff @@ -41,6 +41,6 @@ repos: # codespell - repo: https://github.com/codespell-project/codespell - rev: v2.2.4 + rev: v2.3.0 hooks: - id: codespell