1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-10 04:09:59 +02:00

⚙ pre-commit: Update hooks

This commit is contained in:
Mike Gerber 2024-01-02 20:38:40 +01:00
parent 296a820990
commit 44bd4b5eda

View file

@ -11,12 +11,12 @@ repos:
- id: check-ast
- repo: https://github.com/psf/black
rev: 23.10.0
rev: 23.12.1
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.1
rev: v0.1.10
hooks:
- args:
- --fix
@ -24,13 +24,13 @@ repos:
id: ruff
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.6.1
rev: v1.8.0
hooks:
- additional_dependencies:
- types-setuptools
id: mypy
- repo: https://gitlab.com/vojko.pribudic/pre-commit-update
rev: v0.1.0
rev: v0.1.1
hooks:
- id: pre-commit-update