We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8617d40 commit 3980381Copy full SHA for 3980381
.pre-commit-config.yaml
@@ -39,3 +39,7 @@ repos:
39
types: [text]
40
files: '\.(java|py|md|c|h|sh)$'
41
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