Update .pre-commit-config.yaml · python/python-docs-theme@9ceb80f

Original file line numberDiff line numberDiff line change

@@ -20,12 +20,30 @@ repos:

2020

- id: debug-statements

2121

- id: end-of-file-fixer

2222

- id: trailing-whitespace

23+

- id: check-dependabot

24+

- id: check-github-workflows

25+

id: check-yaml

26+

- id: debug-statements

27+

- id: end-of-file-fixer

28+

- id: trailing-whitespace

29+

- id: check-dependabot

30+

- id: check-github-workflows

31+
32+
33+
34+
35+
36+
2337
2438

- repo: https://github.com/python-jsonschema/check-jsonschema

2539

rev: 0.29.2

2640

hooks:

2741

- id: check-dependabot

2842

- id: check-github-workflows

43+

- id: check-dependabot

44+

- id: check-github-workflows

45+

- id: check-dependabot

46+

- id: check-github-workflows

2947
3048

- repo: https://github.com/rhysd/actionlint

3149

rev: v1.7.2