1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

forgejo/pre-commit/config: ensure .forgejo/pre-commit/ignored-words.txt is sorted

Signed-off-by: Jacob Lifshay <programmerjake@gmail.com>
This commit is contained in:
Jacob Lifshay
2025-08-04 17:58:34 -07:00
parent 880f82e2d2
commit c421da385f

View File

@@ -10,6 +10,11 @@ repos:
- id: check-shebang-scripts-are-executable - id: check-shebang-scripts-are-executable
- id: check-yaml - id: check-yaml
- id: end-of-file-fixer - id: end-of-file-fixer
- id: file-contents-sorter
files:
.forgejo/pre-commit/ignored-words.txt
args:
- --ignore-case
- id: fix-byte-order-marker - id: fix-byte-order-marker
- id: mixed-line-ending - id: mixed-line-ending
- id: trailing-whitespace - id: trailing-whitespace