Chore: update pre-commit hooks (#1353)

* Chore: update pre-commit refs

* run pre-commit
This commit is contained in:
Nripesh Niketan 2024-08-24 19:16:36 +05:30 committed by GitHub
parent b96e105244
commit 64bec4fad7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -1,11 +1,11 @@
repos:
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.4
rev: v18.1.8
hooks:
- 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.4.2
rev: 24.8.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort