Add end-of-file-fixer to pre-commit (#106065)

This commit is contained in:
Hugo van Kemenade
2023-06-25 13:44:23 +03:00
committed by GitHub
parent bef1c8761e
commit 8c24a83737

View File

@@ -3,6 +3,9 @@ repos:
rev: v4.4.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
types: [python]
exclude: Lib/test/coding20731.py
- id: trailing-whitespace
types_or: [c, python, rst]