Updated pre-commit-hooks

This commit is contained in:
jpk 2023-12-03 15:56:48 +01:00
parent 3fb0252839
commit 2f7f9c8245
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
@ -13,16 +13,16 @@ repos:
- id: isort
args: [--profile, black]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.2.0
rev: v1.7.1
hooks:
- id: mypy
- repo: https://github.com/psf/black/
rev: 23.3.0
rev: 23.11.0
hooks:
- id: black
language_version: python3.10
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py38-plus]