Skip to content

Commit 90fa898

Browse files
committed
add more checks
1 parent 2d3fdaf commit 90fa898

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
33
rev: v5.0.0
44
hooks:
5+
- id: check-ast
56
- id: check-builtin-literals
67
- id: check-case-conflict
8+
- id: check-executables-have-shebangs
9+
- id: check-shebang-scripts-are-executable
710
- id: debug-statements
811
- id: end-of-file-fixer
912
- id: mixed-line-ending

0 commit comments

Comments
 (0)