diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f906e9992..95ef19d53 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,11 +37,11 @@ repos: exclude: compose.*\.yaml$ args: [-c=.yamllint.yml] - repo: https://github.com/rhysd/actionlint - rev: v1.7.10 + rev: v1.7.11 hooks: - id: actionlint - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.47.0 + rev: v0.48.0 hooks: - id: markdownlint-fix - repo: https://github.com/asottile/add-trailing-comma @@ -49,12 +49,12 @@ repos: hooks: - id: add-trailing-comma - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.0 + rev: v0.15.5 hooks: - id: ruff-check args: [--fix] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.0 + rev: v0.15.5 hooks: - id: ruff-format - repo: https://github.com/jsh9/pydoclint