diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 76ce200f..377cb4bc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: mixed-line-ending args: ["-f=lf"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.14.0" + rev: "v0.14.8" hooks: - id: ruff-check args: ["--fix"] @@ -23,7 +23,7 @@ repos: # documentation - repo: https://github.com/sphinx-contrib/sphinx-lint - rev: v1.0.0 + rev: v1.0.2 hooks: - id: sphinx-lint args: [--enable=default-role] @@ -36,7 +36,7 @@ repos: # git commit - repo: https://github.com/espressif/conventional-precommit-linter - rev: v1.10.0 + rev: v1.11.0 hooks: - id: conventional-precommit-linter stages: [commit-msg]