diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4359c4a..4fd70b3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: check-ast @@ -41,13 +41,13 @@ repos: - id: mixed-line-ending - id: pretty-format-json - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.20.0 + rev: v9.26.0 hooks: - id: commitlint stages: [commit-msg] additional_dependencies: ["@commitlint/config-conventional"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.4 + rev: v0.16.4 hooks: - id: ruff types_or: