diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bba8154..14a00f6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/compilerla/conventional-pre-commit - rev: v2.3.0 + rev: v2.4.0 hooks: - id: conventional-pre-commit stages: [commit-msg] @@ -16,7 +16,7 @@ repos: - id: check-added-large-files - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.9.1 hooks: - id: black types: