Pre-commit updates
This commit is contained in:
parent
68f30b25c9
commit
b178c72160
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue