Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
hooks:
- id: detect-private-key
- id: check-added-large-files
args: ['--maxkb=1000'] # Blocks files larger than 1000 KB
args: ['--maxkb=4000'] # Blocks files larger than 1000 KB

- repo: https://github.com/gitleaks/gitleaks
rev: v8.30.1 # Check for the latest v8.x release tag (v8.30.1 is recent as of 2026)[citation:2]
Expand Down
Loading
Loading