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

This commit is contained in:
Petter Friberg
2021-07-11 23:48:36 +02:00
committed by GitHub
parent 446589e133
commit cc5d363cfa
8 changed files with 4 additions and 7 deletions

View File

@@ -11,6 +11,7 @@ repos:
- id: check-executables-have-shebangs
- id: debug-statements
- id: check-merge-conflict
- id: end-of-file-fixer
- repo: https://github.com/asottile/pyupgrade
rev: v2.20.0
hooks: