diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aa8a2f62..4a2219fc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,12 +4,12 @@ exclude: ".json" repos: - repo: https://github.com/psf/black - rev: 22.8.0 + rev: 23.10.0 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -20,7 +20,7 @@ repos: - id: check-merge-conflict - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort