diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 071ad40..4ae3b5f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,12 +20,30 @@ repos: - id: debug-statements - id: end-of-file-fixer - id: trailing-whitespace + - id: check-dependabot + - id: check-github-workflows + id: check-yaml + - id: debug-statements + - id: end-of-file-fixer + - id: trailing-whitespace + - id: check-dependabot + - id: check-github-workflows + + + + + + - repo: https://github.com/python-jsonschema/check-jsonschema rev: 0.29.2 hooks: - id: check-dependabot - id: check-github-workflows + - id: check-dependabot + - id: check-github-workflows + - id: check-dependabot + - id: check-github-workflows - repo: https://github.com/rhysd/actionlint rev: v1.7.2