diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 14a00f6..d6c32d0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ repos: - repo: https://github.com/compilerla/conventional-pre-commit - rev: v2.4.0 + rev: v3.0.0 hooks: - id: conventional-pre-commit stages: [commit-msg] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: mixed-line-ending @@ -16,7 +16,7 @@ repos: - id: check-added-large-files - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 23.11.0 hooks: - id: black types: