diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 65a9bd00c9..79f1e35996 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -23,7 +23,7 @@ repos: - id: detect-private-key - repo: https://github.com/psf/black - rev: "23.9.1" + rev: "23.12.1" hooks: - id: black - id: black-jupyter