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
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Environments
.env
.envrc
.lock
/.github/agents/
/.github/instructions/
/.github/skills/
.venv
env/
venv/
# Temporary files.
*.patch
*.txt
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,11 @@ repos:
rev: v1.5.0
hooks:
- id: detect-secrets
- repo: local
hooks:
- id: validate-submodules
name: Validate Submodule Consistency
entry: bash -c "git submodule status --recursive"
language: system
pass_filenames: false
always_run: true
Loading