Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3596793

Browse files
authored
Lint github actions and dependabot.yml (#18069)
Taken frompython/cpython@dcda92fI temporarly disabled some checks due to#17822
1 parentd81a9ef commit3596793

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

‎.pre-commit-config.yaml‎

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,19 @@ repos:
1515
hooks:
1616
-id:ruff
1717
args:[--exit-non-zero-on-fix]
18+
-repo:https://github.com/python-jsonschema/check-jsonschema
19+
rev:0.29.4
20+
hooks:
21+
-id:check-dependabot
22+
-id:check-github-workflows
23+
-repo:https://github.com/rhysd/actionlint
24+
rev:v1.7.3
25+
hooks:
26+
-id:actionlint
27+
args:[
28+
-ignore=property "debug_build" is not defined,
29+
-ignore=property "allow_failure" is not defined,
30+
-ignore=SC2(046|086),
31+
]
1832
ci:
1933
autoupdate_schedule:quarterly

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp