File tree Expand file tree Collapse file tree 7 files changed +33
-15
lines changed
Expand file tree Collapse file tree 7 files changed +33
-15
lines changed Original file line number Diff line number Diff line change 44 wait_for_ci : false
55
66 require_ci_to_pass : false
7-
8- token : >- # notsecret # repo-scoped, upload-only, stability in fork PRs
7+ # notsecret # repo-scoped, upload-only, stability in fork PRs
8+ token : >-
99 7316089b-55fe-4646-b640-78d84b79d109
1010
1111comment :
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100
101101 - name : Dive - check image for waste files
102102 if : steps.changed-files-specific.outputs.any_changed == 'true'
103- uses : MaxymVlasov/dive-action@b6a02b38f0f309e8817199658eab090d4f0f93ce # v1.1 .0
103+ uses : MaxymVlasov/dive-action@94506fd846be3ec26406118c3878ccd2ad2b0150 # v1.3 .0
104104 with :
105105 image : ${{ env.IMAGE }}
106106 config-file : ${{ github.workspace }}/.github/.dive-ci.yaml
Original file line number Diff line number Diff line change 3737 PYTHONIOENCODING : utf-8
3838 PYTHONUTF8 : 1
3939 TOX_PARALLEL_NO_SPINNER : 1 # Disable tox's parallel run spinner animation
40- TOX_TESTENV_PASSENV : >- # Make tox-wrapped tools see color requests
40+ # Make tox-wrapped tools see color requests
41+ TOX_TESTENV_PASSENV : >-
4142 FORCE_COLOR
4243 MYPY_FORCE_COLOR
4344 NO_COLOR
@@ -403,7 +404,8 @@ jobs:
403404 # `no-commit-to-branch` is skipped because it does not make sense
404405 # in the CI, only locally.
405406 # Ref: https://github.com/pre-commit/pre-commit-hooks/issues/1124
406- - >- # only affects pre-commit, set for all for simplicity:
407+ # only affects pre-commit, set for all for simplicity:
408+ - >-
407409 SKIP=
408410 hadolint,
409411 no-commit-to-branch,
@@ -455,7 +457,8 @@ jobs:
455457 # NOTE: important results first.
456458 - 3.13
457459 - 3.9
458- - >- # str
460+ # str
461+ - >-
459462 3.10
460463 - 3.12
461464 - 3.11
Original file line number Diff line number Diff line change @@ -85,7 +85,8 @@ permissions:
8585 contents : read
8686
8787env :
88- COLOR : >- # Supposedly, pytest or coveragepy use this
88+ # Supposedly, pytest or coveragepy use this
89+ COLOR : >-
8990 yes
9091 FORCE_COLOR : 1 # Request colored output from CLI tools supporting it
9192 MYPY_FORCE_COLOR : 1 # MyPy's color enforcement
9798 PYTHONIOENCODING : utf-8
9899 PYTHONUTF8 : 1
99100 TOX_PARALLEL_NO_SPINNER : 1
100- TOX_TESTENV_PASSENV : >- # Make tox-wrapped tools see color requests
101+ # Make tox-wrapped tools see color requests
102+ TOX_TESTENV_PASSENV : >-
101103 COLOR
102104 FORCE_COLOR
103105 MYPY_FORCE_COLOR
@@ -356,7 +358,8 @@ jobs:
356358 !cancelled()
357359 && failure()
358360 && inputs.tox-rerun-posargs != ''
359- run : >- # `exit 1` makes sure that the job remains red with flaky runs
361+ # `exit 1` makes sure that the job remains red with flaky runs
362+ run : >-
360363 python -Im
361364 tox
362365 --parallel auto
Original file line number Diff line number Diff line change 2222 stale-pr-label : stale
2323 stale-issue-message : >
2424 This issue has been automatically marked as stale because it has been
25- open 30 days
26-
27-
28- with no activity. Remove stale label or comment or this issue will be
29- closed in 10 days
25+ open 30 days with no activity. Remove stale label or comment or this
26+ issue will be closed in 10 days
3027 stale-pr-message : >
3128 This PR has been automatically marked as stale because it has been
3229 open 30 days
Original file line number Diff line number Diff line change @@ -47,6 +47,20 @@ repos:
4747 hooks :
4848 - id : gitleaks
4949
50+ #
51+ # YAML Linters
52+ #
53+ - repo : https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
54+ rev : 0.2.3
55+ hooks :
56+ - id : yamlfmt
57+ args :
58+ - --mapping=2
59+ - --sequence=2
60+ - --offset=0
61+ - --width=75
62+ - --implicit_start
63+
5064- repo : https://github.com/adrienverge/yamllint.git
5165 rev : v1.35.1
5266 hooks :
Original file line number Diff line number Diff line change 1616 false
1717 - >-
1818 true
19- - >- # Allow "on" key name in GHA CI/CD workflow definitions
19+ # Allow "on" key name in GHA CI/CD workflow definitions
20+ - >-
2021 on
You can’t perform that action at this time.
0 commit comments