Skip to content

Commit

Permalink
Add end-of-file-fixer to pre-commit (pythonGH-106065)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8c24a83)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
  • Loading branch information
hugovk authored and miss-islington committed Jun 25, 2023
1 parent f930bee commit dcb16cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down

0 comments on commit dcb16cf

Please sign in to comment.