This commit is contained in:
@@ -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 ]
|
||||
|
||||
Reference in New Issue
Block a user