diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4cc22293..3293644e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,13 +38,13 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal - repo: https://github.com/adrienverge/yamllint - rev: v1.37.1 + rev: v1.38.0 hooks: - id: yamllint args: - --strict - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.10 + rev: v0.14.14 hooks: - id: ruff-check - id: ruff-format @@ -59,7 +59,7 @@ repos: hooks: - id: toml-sort-fix - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.7.4 + rev: v3.8.1 hooks: - id: prettier - repo: https://github.com/igorshubovych/markdownlint-cli @@ -69,7 +69,7 @@ repos: args: - --dot - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.5.5 + rev: v1.5.6 hooks: - id: forbid-tabs - repo: https://github.com/rhysd/actionlint @@ -86,7 +86,7 @@ repos: types: - python - repo: https://github.com/kynan/nbstripout - rev: 0.8.2 + rev: 0.9.0 hooks: - id: nbstripout args: @@ -99,6 +99,6 @@ repos: - --external-sources - --shell=bash - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.9.22 + rev: 0.9.28 hooks: - id: uv-lock