Skip to content

Commit 1c525f0

Browse files
committed
chore: Revert pre-commit-config changes
1 parent 9676e62 commit 1c525f0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
2-
exclude: ^(Cargo\.nix|crate-hashes\.json|nix/.*)$
2+
# The files tests/templates/kuttl/smoke/31_configmap_.* define the expected ConfigMap contents.
3+
# New lines at the end of these files are intentional and must not be removed by the pre-commit hook
4+
# "end-of-file-fixer".
5+
exclude: ^(Cargo\.nix|crate-hashes\.json|nix/.*|tests/templates/kuttl/smoke/31_configmap_.*)$
36

47
default_language_version:
58
node: system

0 commit comments

Comments
 (0)