Remove the deprecated BOM check from precommit hook
ci/woodpecker/push/build Pipeline was successful Details
ci/woodpecker/push/docs Pipeline was successful Details

This commit is contained in:
Sameer Rahmani 2023-07-25 22:30:57 +01:00
parent 9c3228fffc
commit 4886a9644b
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,6 @@ repos:
hooks:
- id: check-added-large-files
- id: check-symlinks
- id: check-byte-order-marker
- id: check-case-conflict
- id: check-docstring-first
- id: check-executables-have-shebangs
@ -17,6 +16,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- id: mixed-line-ending
- id: fix-byte-order-marker
- repo: local
hooks: