Skip to content

Commit 56860e2

Browse files
add python specific pre-commit checks
1 parent 9f68e71 commit 56860e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
66
rev: v5.0.0
77
hooks:
8+
- id: check-ast
9+
- id: check-builtin-literals
10+
- id: check-case-conflict
11+
- id: check-docstring-first
812
- id: check-symlinks
913
- id: end-of-file-fixer
1014
- id: trailing-whitespace

0 commit comments

Comments
 (0)