diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 26c9061..82b38bf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.7.4 + rev: v3.9.4 hooks: - id: prettier types_or: @@ -37,14 +37,14 @@ repos: - id: end-of-file-fixer name: end-of-file-fixer - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.36.0 + rev: 0.37.4 hooks: - id: check-github-workflows name: check-github-workflows args: - --verbose - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.10 + rev: v0.15.20 hooks: - id: ruff args: @@ -74,23 +74,23 @@ repos: hooks: - id: remove-metadata - repo: https://github.com/adrienverge/yamllint - rev: v1.37.1 + rev: v1.38.0 hooks: - id: yamllint - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.20.0 + rev: v0.22.1 hooks: - id: markdownlint-cli2 name: markdownlint-readme files: ^README.md - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 3.6.0 + rev: 3.6.1 hooks: - id: editorconfig-checker name: editorconfig-checker alias: ec - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.19.1 + rev: v2.1.0 hooks: - id: mypy name: mypy-mkdocs-1.5.0 @@ -100,7 +100,7 @@ repos: - platformdirs - wcmatch - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.19.1 + rev: v2.1.0 hooks: - id: mypy name: mypy-mkdocs-1.6.0