chore(pre-commit autoupdate): install latest packages to prevent build errors

This commit is contained in:
Iain Sproat 2023-11-24 16:41:47 +00:00
Родитель 1ce61bdda8
Коммит 357859288d
Не найден ключ, соответствующий данной подписи
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -2,7 +2,7 @@ repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
hooks:
- id: ruff
rev: v0.0.186
rev: v0.1.6
- repo: https://github.com/commitizen-tools/commitizen
hooks:
@ -10,15 +10,15 @@ repos:
- id: commitizen-branch
stages:
- push
rev: v2.38.0
rev: 3.12.0
- repo: https://github.com/pycqa/isort
rev: v5.11.3
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.11.0
hooks:
- id: black
# It is recommended to specify the latest version of Python
@ -27,7 +27,7 @@ repos:
# https://pre-commit.com/#top_level-default_language_version
# language_version: python3.11
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace