diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0f596b0..3263784 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,12 +13,12 @@ repos: - id: check-added-large-files - repo: https://github.com/psf/black - rev: "23.11.0" + rev: "23.12.1" hooks: - id: black - repo: https://github.com/PyCQA/isort - rev: "5.12.0" + rev: "5.13.2" hooks: - id: isort