Skip to content

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ repos:
3636
- id: check-vcs-permalinks
3737
#- id: check-yaml
3838
- id: destroyed-symlinks
39+
- id: detect-aws-credentials
40+
args: [--allow-missing-credentials]
3941
- id: detect-private-key
4042
exclude: >
4143
(?x)
@@ -53,6 +55,7 @@ repos:
5355
- id: end-of-file-fixer
5456
exclude: \.vhd$
5557
#- id: fix-byte-order-marker
58+
- id: forbid-submodules
5659
- id: mixed-line-ending
5760
exclude: \.(cs|xml)$
5861
# - id: trailing-whitespace

0 commit comments

Comments
 (0)