We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de90875 commit fbb5e96Copy full SHA for fbb5e96
1 file changed
template/.pre-commit-config.yaml.j2
@@ -38,6 +38,9 @@ repos:
38
hooks:
39
- id: shellcheck
40
args: ["--severity=info"]
41
+ # Needed to make prek ignore .j2 files when running this hook.
42
+ # pre-commit does this by default.
43
+ exclude: \.j2$
44
45
# WARNING (@NickLarsenNZ): Nix users need to install ruff first.
46
# If you do not, you will need to delete the cached ruff binary shown in the
0 commit comments