diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml old mode 100755 new mode 100644 index c4613876..51f58481 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ exclude: "^pixi.lock$" repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files args: [--maxkb=8192] @@ -16,7 +16,7 @@ repos: - id: trailing-whitespace exclude: "notebooks/.*\\.ipynb$" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.6 + rev: v0.16.2 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -24,13 +24,13 @@ repos: - id: ruff-format exclude: "notebooks/.*\\.ipynb$" - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.3 hooks: - id: codespell exclude: "notebooks/.*\\.ipynb$" args: ["--skip=*.js,*.html,*.css"] - repo: https://github.com/adrienverge/yamllint - rev: v1.35.1 + rev: v1.38.0 hooks: - id: yamllint - repo: https://github.com/ComPWA/taplo-pre-commit