Browse Source

Housekeeping

maziggy 2 months ago
parent
commit
5d64935658
2 changed files with 23 additions and 1 deletions
  1. 3 1
      .pre-commit-config.yaml
  2. 20 0
      CHANGELOG.md

+ 3 - 1
.pre-commit-config.yaml

@@ -30,7 +30,9 @@ repos:
         exclude: ^(static/|frontend/tsconfig\.)
         exclude: ^(static/|frontend/tsconfig\.)
       - id: check-added-large-files
       - id: check-added-large-files
         args: ['--maxkb=1000']
         args: ['--maxkb=1000']
-        exclude: ^static/assets/
+        # CHANGELOG.md is intentionally large (detailed per-release entries over
+        # many versions); exempt it while keeping the 1 MB guard for everything else.
+        exclude: ^(static/assets/|CHANGELOG\.md$)
       - id: check-merge-conflict
       - id: check-merge-conflict
       - id: debug-statements
       - id: debug-statements
       - id: detect-private-key
       - id: detect-private-key

File diff suppressed because it is too large
+ 20 - 0
CHANGELOG.md


Some files were not shown because too many files changed in this diff