diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 02a4780..b9c5ea8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.2 + rev: v0.9.3 hooks: # Run the linter - id: ruff @@ -35,6 +35,6 @@ repos: types: [shell] - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.0 hooks: - id: codespell