Skip to content

Commit

Permalink
add pre-commit hook to check mixed line endings
Browse files Browse the repository at this point in the history
'cause you never know
  • Loading branch information
anthrotype committed May 18, 2018
1 parent d8f3e87 commit 2c2725a
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 @@ -13,6 +13,7 @@ repos:
- id: end-of-file-fixer
- id: check-yaml
- id: check-ast
- id: mixed-line-ending
- id: debug-statements
- id: flake8
additional_dependencies: [flake8-bugbear]
Expand Down

0 comments on commit 2c2725a

Please sign in to comment.