diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 59f04c445b..379137b52d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -58,7 +58,7 @@ repos: # auto sort Python imports - id: isort - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.9.1 hooks: # auto format Python codes - id: black