Skip to content

Commit

Permalink
ENH: Update pre-commit config to include "mixed-line-ending"
Browse files Browse the repository at this point in the history
By adding `mixed-line-ending` to the pre-commit configuration, it enables
"GitHub Action report" and "local pre-commit checks".

See https://github.com/pre-commit/pre-commit-hooks#mixed-line-ending
  • Loading branch information
jcfr committed Jan 18, 2024
1 parent 367f4fc commit 45f33c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ repos:
- id: check-merge-conflict
- id: check-symlinks
- id: end-of-file-fixer
- id: mixed-line-ending
- id: trailing-whitespace
exclude: "\\.(svg|vtk|vtp)$"

0 comments on commit 45f33c8

Please sign in to comment.