8000 Add more linting · python/blurb@0615781 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0615781

Browse files
committed
Add more linting
1 parent 6ed4c79 commit 0615781

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

.pre-commit-config.yaml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,39 @@ repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
33
rev: v4.6.0
44
hooks:
5+
- id: check-added-large-files
56
- id: check-case-conflict
67
- id: check-merge-conflict
78
- id: check-toml
89
- id: check-yaml
910
- id: debug-statements
1011
- id: end-of-file-fixer
12+
- id: forbid-submodules
1113
- id: trailing-whitespace
1214

15+
- repo: https://github.com/python-jsonschema/check-jsonschema
16+
rev: 0.29.2
17+
hooks:
18+
- id: check-dependabot
19+
- id: check-github-workflows
20+
21+
- repo: https://github.com/rhysd/actionlint
22+
rev: v1.7.2
23+
hooks:
24+
- id: actionlint
25+
1326
- repo: https://github.com/tox-dev/pyproject-fmt
14-
rev: 2.1.3
27+
rev: 2.2.4
1528
hooks:
1629
- id: pyproject-fmt
1730

1831
- repo: https://github.com/abravalheri/validate-pyproject
19-
rev: v0.18
32+
rev: v0.20.2
2033
hooks:
2134
- id: validate-pyproject
2235

2336
- repo: https://github.com/tox-dev/tox-ini-fmt
24-
rev: 1.3.1
37+
rev: 1.4.1
2538
hooks:
2639
- id: tox-ini-fmt
2740

0 commit comments

Comments
 (0)
0