1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-09-13 02:39:57 +02:00

⚙ pre-commit: update config

This commit is contained in:
Mike Gerber 2025-08-22 16:56:10 +02:00
parent 6d23bbb45c
commit 1efb382a54

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: v5.0.0 rev: v6.0.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer
@ -16,7 +16,7 @@ repos:
- id: black - id: black
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.11.7 rev: v0.12.10
hooks: hooks:
- args: - args:
- --fix - --fix
@ -24,7 +24,7 @@ repos:
id: ruff id: ruff
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.15.0 rev: v1.17.1
hooks: hooks:
- additional_dependencies: - additional_dependencies:
- types-setuptools - types-setuptools
@ -36,12 +36,12 @@ repos:
id: mypy id: mypy
- repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update - repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update
rev: v0.6.1 rev: v0.8.0
hooks: hooks:
- id: pre-commit-update - id: pre-commit-update
- repo: https://github.com/dhatim/python-license-check - repo: https://github.com/dhatim/python-license-check
rev: 0.9.2 rev: 0.9.3
hooks: hooks:
- id: liccheck - id: liccheck
language: system language: system