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:
parent
f2e290dffe
commit
3233dbcc8f
3 changed files with 41 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue