Merge pull request #5005 from Serene-Arc/precommit_update

This commit is contained in:
Serene 2023-11-24 14:10:44 +10:00 committed by GitHub
commit 2032729375
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,12 +3,12 @@
repos:
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.11.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.11.4
rev: 5.12.0
hooks:
- id: isort
name: isort (python)