diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 827ef83..a080990 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,14 +15,14 @@ repos: - id: check-shebang-scripts-are-executable - id: check-symlinks - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: "3.2.1" + rev: "3.6.0" hooks: - id: editorconfig-checker # Commits ---------------------------------------------------------------------------------------- - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: "v9.22.0" + rev: "v9.23.0" hooks: - id: commitlint stages: [commit-msg] @@ -31,7 +31,7 @@ repos: # Python ----------------------------------------------------------------------------------------- - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.12.0" + rev: "v0.14.10" hooks: - id: ruff args: ["--fix"] @@ -40,7 +40,7 @@ repos: # JSON, YAML, JavaScript ------------------------------------------------------------------------- - repo: https://github.com/biomejs/pre-commit - rev: "v2.0.0" + rev: "v2.3.11" hooks: - id: biome-ci additional_dependencies: ["@biomejs/biome"]