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 68b1958 commit 77d613fCopy full SHA for 77d613f
1 file changed
.pre-commit-config.yaml
@@ -47,6 +47,8 @@ repos:
47
exclude: Lib/test/tokenizedata/coding20731.py
48
- id: trailing-whitespace
49
types_or: [c, inc, python, rst]
50
+ - id: trailing-whitespace
51
+ files: '\.(gram)$'
52
53
- repo: https://github.com/python-jsonschema/check-jsonschema
54
rev: 0.33.0
0 commit comments