Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repos:
)$
id: insert-license
repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.5
rev: v1.5.6
- hooks:
- args: ["--config", ".github/linters/.hadolint.yaml"]
id: hadolint-docker
Expand All @@ -47,7 +47,7 @@ repos:
- args: ["--config-file", ".github/linters/actionlint.yml"]
id: actionlint
repo: https://github.com/rhysd/actionlint
rev: v1.7.10
rev: v1.7.11
- hooks:
- id: helm-docs-container
repo: https://github.com/norwoodj/helm-docs
Expand All @@ -59,12 +59,12 @@ repos:
- hooks:
- id: black
repo: https://github.com/ambv/black
rev: 25.12.0
rev: 26.1.0
- hooks:
- args: ["--sp", ".github/linters"]
id: isort
repo: https://github.com/pycqa/isort
rev: 7.0.0
rev: 8.0.1
- hooks:
- args: ["--rcfile=.github/linters/.python-lint"]
entry: pylint
Expand Down