diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d8185734..62e5ef49 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: hooks: - id: actionlint - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.46.0 + rev: v0.47.0 hooks: - id: markdownlint-fix - repo: https://github.com/asottile/add-trailing-comma @@ -45,12 +45,12 @@ repos: hooks: - id: add-trailing-comma - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.8 + rev: v0.14.9 hooks: - id: ruff-check args: [--fix] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.8 + rev: v0.14.9 hooks: - id: ruff-format - repo: https://github.com/jsh9/pydoclint