Update black

This commit is contained in:
Tulir Asokan 2023-02-05 23:09:07 +02:00
parent 41cbf6d788
commit 955fb2723e
2 changed files with 5 additions and 2 deletions

View file

@ -8,13 +8,13 @@ repos:
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 23.1.0
hooks:
- id: black
language_version: python3
files: ^maubot/.*\.pyi?$
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
files: ^maubot/.*\.pyi?$