Skip to content

Commit 84d5657

Browse files
committed
Add more checks to pre-commit config
1 parent 9023b22 commit 84d5657

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
55
rev: v4.5.0
66
hooks:
7+
- id: check-toml
8+
- id: check-yaml
9+
- id: check-merge-conflict
10+
- id: check-vcs-permalinks
11+
- id: debug-statements
712
- id: trailing-whitespace
13+
- id: mixed-line-ending
14+
- id: no-commit-to-branch
815
- repo: https://github.com/astral-sh/ruff-pre-commit
916
# Ruff version.
1017
rev: v0.1.5

0 commit comments

Comments
 (0)