diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e706774..35689ff 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: v4.3.0 + rev: v4.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -8,11 +8,11 @@ repos: - id: check-added-large-files - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 23.1.0 hooks: - id: black - repo: https://github.com/Riverside-Healthcare/djLint - rev: v1.19.6 + rev: v1.19.16 hooks: - id: djlint-django