Skip to content

Commit 1efd518

Browse files
committed
add pre-commit config
1 parent a8a46f7 commit 1efd518

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
repos:
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: v2.3.0
4+
hooks:
5+
- id: check-yaml
6+
- id: end-of-file-fixer
7+
- id: trailing-whitespace
8+
9+
- repo: https://github.com/pdm-project/pdm
10+
rev: 2.26.6
11+
hooks:
12+
- id: pdm-lock-check

0 commit comments

Comments
 (0)