diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b802954..64fdbe4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-ast name: validate Python code @@ -12,7 +12,7 @@ repos: - id: check-case-conflict - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.1 + rev: 0.30.0 hooks: - id: check-github-workflows @@ -29,7 +29,7 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.6 + rev: v0.8.1 hooks: - id: ruff name: ruff (see https://docs.astral.sh/ruff/rules) @@ -38,12 +38,12 @@ repos: name: autoformat source code with ruff-format - repo: https://github.com/sphinx-contrib/sphinx-lint - rev: v0.9.1 + rev: v1.0.0 hooks: - id: sphinx-lint - repo: https://github.com/nbQA-dev/nbQA - rev: 1.8.7 + rev: 1.9.1 hooks: - id: nbqa-check-ast name: validate Python notebooks