diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fa58764..5faf12a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.4.2" + rev: "v0.4.10" hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -47,7 +47,7 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell args: ["-L", "hist,thist,ans,nd,gaus"] @@ -67,7 +67,7 @@ repos: types_or: [json] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.2 + rev: 0.28.6 hooks: - id: check-readthedocs - id: check-github-workflows