diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ce317ce..75faa33 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-toml name: Check TOML @@ -18,12 +18,12 @@ repos: exclude: ^.*\.ttl$ - repo: https://github.com/ambv/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/SINTEF/ci-cd - rev: v2.8.2 + rev: v2.8.3 hooks: - id: docs-api-reference args: @@ -31,7 +31,7 @@ repos: - id: docs-landing-page - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.7 + rev: v0.7.0 hooks: - id: ruff args: @@ -39,7 +39,7 @@ repos: - --show-fixes - repo: https://github.com/asottile/pyupgrade - rev: v3.17.0 + rev: v3.19.0 hooks: - id: pyupgrade args: [--py310-plus] @@ -52,7 +52,7 @@ repos: exclude: ^tests/.*$ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.2 + rev: v1.12.1 hooks: - id: mypy exclude: ^tests/.*$