Feat(core): update pre-commit

This commit is contained in:
Bertrand Benjamin 2023-05-07 07:02:04 +02:00
parent 5628d21801
commit d9c5ec9c49
1 changed files with 3 additions and 3 deletions

View File

@ -1,17 +1,17 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.4.0
hooks:
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
- id: mixed-line-ending
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
args: ["--profile", "black"]