summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.pre-commit-config.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 464bcde..d62c57c 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -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]