diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5bd98cc..a88a35f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: types: [file] types_or: [python, pyi] - repo: https://github.com/psf/black - rev: 23.3.0 # must match requirements_dev.txt + rev: 23.7.0 # must match requirements_dev.txt hooks: - id: black language_version: python3.11