diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 067d7225..b29e9f7a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - id: name-tests-test - id: end-of-file-fixer - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.2 + rev: v0.12.0 hooks: # Run the linter. - id: ruff @@ -14,7 +14,7 @@ repos: # Run the formatter. - id: ruff-format - repo: https://github.com/compilerla/conventional-pre-commit - rev: v4.0.0 + rev: v4.2.0 hooks: - id: conventional-pre-commit stages: [commit-msg]