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