feat: update black pre-commit hook to 24.2.0 (#696)

This commit is contained in:
Nripesh Niketan 2024-02-16 18:01:59 +04:00 committed by GitHub
parent 165abf0e4c
commit a000d2288c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ repos:
- id: clang-format
# Using this mirror lets us use mypyc-compiled black, which is about 2x faster
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort