diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 075639c..ebe5cdf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: types: [python, yaml, markdown] - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.21.0 + rev: v0.22.1 hooks: - id: markdownlint-cli2 args: [] @@ -32,13 +32,13 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.15.4 + rev: v0.15.15 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix, --show-fixes] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.1.0 + rev: 26.5.1 hooks: - id: black types: [python] @@ -54,12 +54,12 @@ repos: - black==22.12.0 - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.8.1 + rev: v3.8.3 hooks: - id: prettier