aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Lifshay <programmerjake@gmail.com>2025-08-04 17:58:34 -0700
committerJacob Lifshay <programmerjake@gmail.com>2025-08-08 02:58:59 -0700
commitc421da385ff574bafda6b2ef1763570d3dcd22ac (patch)
treed86a7ca14947a5d605a043233e8279a074ea017a
parent880f82e2d263c5d9a022c856b644d85b2826428a (diff)
downloadffmpeg-c421da385ff574bafda6b2ef1763570d3dcd22ac.tar.gz
forgejo/pre-commit/config: ensure .forgejo/pre-commit/ignored-words.txt is sorted
Signed-off-by: Jacob Lifshay <programmerjake@gmail.com>
-rw-r--r--.forgejo/pre-commit/config.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.forgejo/pre-commit/config.yaml b/.forgejo/pre-commit/config.yaml
index 965ae92caa..9a7041543f 100644
--- a/.forgejo/pre-commit/config.yaml
+++ b/.forgejo/pre-commit/config.yaml
@@ -10,6 +10,11 @@ repos:
- id: check-shebang-scripts-are-executable
- id: check-yaml
- 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: mixed-line-ending
- id: trailing-whitespace