Skip to content

Commit

Permalink
Lint github actions and dependabot.yml (#18069)
Browse files Browse the repository at this point in the history
Taken from
python/cpython@dcda92f

I temporarly disabled some checks due to
#17822
  • Loading branch information
sobolevn authored Oct 29, 2024
1 parent d81a9ef commit 3596793
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,19 @@ repos:
hooks:
- id: ruff
args: [--exit-non-zero-on-fix]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.4
hooks:
- id: check-dependabot
- id: check-github-workflows
- repo: https://github.com/rhysd/actionlint
rev: v1.7.3
hooks:
- id: actionlint
args: [
-ignore=property "debug_build" is not defined,
-ignore=property "allow_failure" is not defined,
-ignore=SC2(046|086),
]
ci:
autoupdate_schedule: quarterly

0 comments on commit 3596793

Please sign in to comment.