diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 09567d7..f921167 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.7' 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.73 # Use latest version hooks: - id: rumdl-fmt # Pure format, always exits 0 files: ^.*\.md$ @@ -69,14 +69,14 @@ repos: - id: check-github-actions - id: check-github-workflows - repo: https://github.com/rohaquinlop/complexipy-pre-commit - rev: v7.0.1 + rev: v8.0.1 hooks: - id: complexipy args: - "--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