diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fe1cae8e..84efae45 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/charliermarsh/ruff-pre-commit - rev: "v0.4.3" + rev: "v0.6.1" hooks: - id: ruff args: ["--fix", "--preview"] @@ -28,8 +28,8 @@ repos: hooks: - id: sphinx-lint args: [--enable=default-role] - - repo: https://github.com/dzhu/rstfmt - rev: v0.0.14 + - repo: https://github.com/hfudev/rstfmt + rev: v0.1.4 hooks: - id: rstfmt args: ["-w", "-1"] @@ -37,7 +37,7 @@ repos: # git commit - repo: https://github.com/espressif/conventional-precommit-linter - rev: v1.8.0 + rev: v1.10.0 hooks: - id: conventional-precommit-linter stages: [commit-msg]