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

✔ pre-commit: Add license check

This commit is contained in:
Mike Gerber 2024-07-22 16:54:33 +02:00
parent f2e290dffe
commit 3233dbcc8f
3 changed files with 41 additions and 2 deletions

View file

@ -16,7 +16,7 @@ repos:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.3
rev: v0.5.4
hooks:
- args:
- --fix
@ -24,7 +24,7 @@ repos:
id: ruff
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.1
rev: v1.11.0
hooks:
- additional_dependencies:
- types-setuptools
@ -39,3 +39,9 @@ repos:
rev: v0.3.3post1
hooks:
- id: pre-commit-update
- repo: https://github.com/dhatim/python-license-check
rev: 0.9.2
hooks:
- id: liccheck
language: system