diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 079a5af..6b8c6b7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: codespell entry: codespell -I .codespell-ignore-words.txt - repo: https://github.com/adrienverge/yamllint.git - rev: v1.37.0 + rev: v1.37.1 hooks: - id: yamllint - repo: https://github.com/rstcheck/rstcheck @@ -39,14 +39,14 @@ repos: hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.4 + rev: v0.11.8 hooks: - id: ruff args: - --fix - --exit-non-zero-on-fix - repo: https://github.com/compilerla/conventional-pre-commit - rev: v4.0.0 + rev: v4.1.0 hooks: - id: conventional-pre-commit stages: [commit-msg]