.pre-commit-config.yaml: add end of line fixing

This commit is contained in:
Aminda Suomalainen 2023-02-21 20:14:01 +02:00
parent a50e703de4
commit 2854ce7427
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ repos:
- id: check-shebang-scripts-are-executable
- id: destroyed-symlinks
- id: detect-private-key
- id: end-of-file-fixer
- id: fix-byte-order-marker
- repo: https://github.com/python-jsonschema/check-jsonschema