We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e711cf3 commit 98f8216Copy full SHA for 98f8216
.pre-commit-config.yaml
@@ -38,7 +38,7 @@ repos:
38
language: python
39
types: [text]
40
files: '\.(java|py|md|c|h|sh)$'
41
- exclude: '^graalpython/lib-python/.*'
+ exclude: '^graalpython/lib-python/.*|graalpython/com.oracle.graal.python.pegparser/src/com/oracle/graal/python/pegparser/Parser.java'
42
- id: check-toml
43
exclude: '^graalpython/lib-python/.*'
44
- id: check-added-large-files
0 commit comments