fix tests

This commit is contained in:
Georges-Antoine Assi
2025-10-28 11:38:57 -04:00
parent 2026657502
commit 438f514e76
2 changed files with 12 additions and 18 deletions

View File

@@ -7,7 +7,7 @@ cli:
plugins:
sources:
- id: trunk
ref: v1.7.2
ref: v1.7.3
uri: https://github.com/trunk-io/plugins
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
runtimes:
@@ -25,25 +25,25 @@ lint:
- dotenv-linter@3.3.0
- hadolint@2.14.0
- markdownlint@0.45.0
- eslint@9.36.0
- actionlint@1.7.7
- eslint@9.38.0
- actionlint@1.7.8
- bandit@1.8.6
- black@25.9.0
- checkov@3.2.473
- checkov@3.2.488
- git-diff-check
- isort@6.0.1
- isort@7.0.0
- mypy@1.18.2
- osv-scanner@2.2.2
- osv-scanner@2.2.3
- prettier@3.6.2:
packages:
- "@trivago/prettier-plugin-sort-imports@5.2.2"
- "@vue/compiler-sfc@3.5.22"
- ruff@0.13.2
- ruff@0.14.2
- shellcheck@0.11.0
- shfmt@3.6.0
- taplo@0.10.0
- trivy@0.67.0
- trufflehog@3.90.8
- trivy@0.67.2
- trufflehog@3.90.12
- yamllint@1.37.1
ignore:
- linters: [ALL]