diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 325399c..88c1a7b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace args: @@ -13,12 +13,12 @@ repos: - id: check-added-large-files - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.12.0 hooks: - id: black - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort