Remove trailing whitespace from python.gram (#133858)

Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
This commit is contained in:
Rafael Fontenelle
2025-05-14 04:52:19 -03:00
committed by GitHub
parent 2eb49d278e
commit 6df39765e6
2 changed files with 17 additions and 15 deletions

View File

@@ -47,6 +47,8 @@ repos:
exclude: Lib/test/tokenizedata/coding20731.py
- id: trailing-whitespace
types_or: [c, inc, python, rst]
- id: trailing-whitespace
files: '\.(gram)$'
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.33.0