Updated pre-commit dependencies

This commit is contained in:
jpk 2023-04-20 14:57:16 +02:00
parent a05305e58c
commit 37cf5d6fd3
1 changed files with 4 additions and 4 deletions

View File

@ -8,21 +8,21 @@ repos:
- id: check-toml
- id: check-added-large-files
- repo: https://github.com/pycqa/isort
rev: 5.11.4
rev: 5.12.0
hooks:
- id: isort
args: [--profile, black]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
rev: v1.2.0
hooks:
- id: mypy
- repo: https://github.com/psf/black/
rev: 22.12.0
rev: 23.3.0
hooks:
- id: black
language_version: python3.10
- repo: https://github.com/asottile/pyupgrade
rev: v2.37.3
rev: v3.3.1
hooks:
- id: pyupgrade
args: [--py38-plus]