From 9ceb80fde4b0333574ce213cdfdf4450a761f53f Mon Sep 17 00:00:00 2001 From: frazesen Date: Tue, 15 Oct 2024 22:13:31 -0400 Subject: [PATCH] Update .pre-commit-config.yaml inkk --- .pre-commit-config.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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