diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2a7ce1b..8a6ae2c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-yaml - id: end-of-file-fixer @@ -20,7 +20,7 @@ repos: - id: requirements-txt-fixer - id: sort-simple-yaml - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 23.10.0 hooks: - id: black - repo: https://github.com/Lucas-C/pre-commit-hooks