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: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0 rev: v4.5.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer
@ -13,16 +13,16 @@ repos:
- 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: v1.2.0 rev: v1.7.1
hooks: hooks:
- id: mypy - id: mypy
- repo: https://github.com/psf/black/ - repo: https://github.com/psf/black/
rev: 23.3.0 rev: 23.11.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: v3.3.1 rev: v3.15.0
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: [--py38-plus] args: [--py38-plus]