Pre-commit updates

This commit is contained in:
jpk 2023-06-23 11:32:01 +02:00
parent 68f30b25c9
commit b178c72160
1 changed files with 3 additions and 2 deletions

View File

@ -13,16 +13,17 @@ repos:
- id: isort
args: [--profile, black]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.2.0
rev: v1.4.0
hooks:
- id: mypy
additional_dependencies: ['types-requests']
- repo: https://github.com/psf/black/
rev: 23.3.0
hooks:
- id: black
language_version: python3.11
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.7.0
hooks:
- id: pyupgrade
args: [--py38-plus]