Skip to content

Commit 0764da5

Browse files
committed
pre-commit: Add additional checks
Signed-off-by: Stephen Finucane <[email protected]>
1 parent 34403ad commit 0764da5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
repos:
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: v4.4.0
4+
hooks:
5+
- id: check-json
6+
- id: check-yaml
7+
- id: debug-statements
8+
exclude: '^sphinx/cmd/build.py$'
9+
210
- repo: https://github.com/astral-sh/ruff-pre-commit
311
rev: v0.0.284
412
hooks:

0 commit comments

Comments
 (0)