Skip to content

Commit 3980381

Browse files
committed
Add few more checks to pre-commit
1 parent 8617d40 commit 3980381

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
@@ -39,3 +39,7 @@ repos:
3939
types: [text]
4040
files: '\.(java|py|md|c|h|sh)$'
4141
exclude: '^graalpython/lib-python/.*'
42+
- id: check-toml
43+
exclude: '^graalpython/lib-python/.*'
44+
- id: check-added-large-files
45+
- id: check-symlinks

0 commit comments

Comments
 (0)