Skip to content

Commit

Permalink
Revert "pre-commit: add hook check-yaml (#9133)"
Browse files Browse the repository at this point in the history
This reverts commit 57867dc.
  • Loading branch information
DaanHoogland authored Jan 4, 2025
1 parent 30b2588 commit 61328bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repos:
- id: check-merge-conflict
- id: check-symlinks
- id: check-vcs-permalinks
- id: check-yaml
#- id: check-yaml
- id: destroyed-symlinks
- id: detect-aws-credentials
args: [--allow-missing-credentials]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ users:
- name: cloud
sudo: ALL=(ALL) NOPASSWD:ALL
shell: /bin/bash
ssh_authorized_keys: |
ssh_authorized_keys:
{{ k8s.ssh.pub.key }}

write_files:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ users:
- name: cloud
sudo: ALL=(ALL) NOPASSWD:ALL
shell: /bin/bash
ssh_authorized_keys: |
ssh_authorized_keys:
{{ k8s.ssh.pub.key }}

write_files:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ users:
- name: cloud
sudo: ALL=(ALL) NOPASSWD:ALL
shell: /bin/bash
ssh_authorized_keys: |
ssh_authorized_keys:
{{ k8s.ssh.pub.key }}

write_files:
Expand Down

0 comments on commit 61328bc

Please sign in to comment.