diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f2a5d9d..0728a7d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort stages: [ commit ] @@ -18,7 +18,7 @@ repos: stages: [ commit ] - repo: https://github.com/psf/black - rev: 23.10.1 + rev: 23.12.1 hooks: - id: black stages: [ commit ]