Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert change to pre-commit
  • Loading branch information
cclauss authored Oct 26, 2021
commit d551e4e9b7a2fc032784e41fe28b2468dd1106f0
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ repos:
hooks:
- id: check-executables-have-shebangs
- id: check-yaml
#- id: end-of-file-fixer
# types: [python]
- id: end-of-file-fixer
types: [python]
- id: trailing-whitespace
exclude: |
(?x)^(
Expand Down