Skip to content
Merged
Changes from 1 commit
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
3 changes: 3 additions & 0 deletions template/.pre-commit-config.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ repos:
hooks:
- id: shellcheck
args: ["--severity=info"]
# Needed to make prek ignore .j2 files when running this hook.
# pre-commit does this by default.
exclude: \.j2$

# WARNING (@NickLarsenNZ): Nix users need to install ruff first.
# If you do not, you will need to delete the cached ruff binary shown in the
Expand Down