mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-08 19:30:01 +02:00
⚙ pre-commit: Update configuration
This commit is contained in:
parent
9d53c452ec
commit
ceea82063a
1 changed files with 4 additions and 4 deletions
|
@ -11,12 +11,12 @@ repos:
|
|||
- id: check-ast
|
||||
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 24.10.0
|
||||
rev: 25.1.0
|
||||
hooks:
|
||||
- id: black
|
||||
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.8.3
|
||||
rev: v0.9.4
|
||||
hooks:
|
||||
- args:
|
||||
- --fix
|
||||
|
@ -24,7 +24,7 @@ repos:
|
|||
id: ruff
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: v1.13.0
|
||||
rev: v1.14.1
|
||||
hooks:
|
||||
- additional_dependencies:
|
||||
- types-setuptools
|
||||
|
@ -36,7 +36,7 @@ repos:
|
|||
id: mypy
|
||||
|
||||
- repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update
|
||||
rev: v0.6.0post1
|
||||
rev: v0.6.1
|
||||
hooks:
|
||||
- id: pre-commit-update
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue