Skip to content
Prev Previous commit
Next Next commit
Include inc files in pre-commit's trailing-whitespace
  • Loading branch information
hugovk committed Sep 25, 2023
commit 1eb8042bcd2f21dfdd1f7acc291e3edb45037e94
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
types: [python]
exclude: Lib/test/tokenizedata/coding20731.py
- id: trailing-whitespace
types_or: [c, python, rst]
types_or: [c, inc, python, rst]

- repo: https://github.com/sphinx-contrib/sphinx-lint
rev: v0.6.8
Expand Down