Updated libs
Some checks failed
Build Docker Image / build-and-deploy-image (push) Failing after 1s

This commit is contained in:
2025-02-25 14:28:39 +02:00
parent a22d3acd48
commit 3391e2adf2
2 changed files with 64 additions and 59 deletions

View File

@@ -1,4 +1,4 @@
default_stages: [ commit ]
default_stages: [ pre-commit ]
fail_fast: true
default_language_version:
python: python3.12
@@ -16,12 +16,12 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/hadolint/hadolint
rev: v2.12.0
rev: v2.13.1-beta
hooks:
- id: hadolint
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.9.7
hooks:
- id: ruff
args: [ --fix ]