diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 09567d7..40a6e19 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,14 +1,14 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.16.4' + rev: 'v0.16.5' hooks: - id: ruff-format - id: ruff-check args: [--fix, --exit-non-zero-on-fix] exclude: test.* - repo: https://github.com/rvben/rumdl-pre-commit - rev: v0.2.60 # Use latest version + rev: v0.2.62 # Use latest version hooks: - id: rumdl-fmt # Pure format, always exits 0 files: ^.*\.md$ @@ -76,7 +76,7 @@ repos: - "--failed" - "--suggest-refactors" - repo: https://github.com/lycheeverse/lychee.git - rev: lychee-v0.24.2 + rev: nightly hooks: - id: lychee # Optionally include additional CLI arguments