pre-commit: apply autofixes hooks and fix the rest manually

- markdownlint (manual fix)
- end-of-file-fixer
- requirements-txt-fixer
- trailing-whitespace
lean/pre-commit-hook-2
Max Gautier 2024-05-21 20:17:05 +02:00
parent 77bfb53455
commit d50f61eae5
No known key found for this signature in database
44 changed files with 42 additions and 47 deletions

View File

@ -72,6 +72,7 @@ The setup looks like following
```bash ```bash
./generate-inventory.sh > sample-inventory/inventory.ini ./generate-inventory.sh > sample-inventory/inventory.ini
```
* Export Variables: * Export Variables:

View File

@ -8,7 +8,6 @@ Examples of what broken means in this context:
* One or more bare metal node(s) suffer from unrecoverable hardware failure * One or more bare metal node(s) suffer from unrecoverable hardware failure
* One or more node(s) fail during patching or upgrading * One or more node(s) fail during patching or upgrading
* Etcd database corruption * Etcd database corruption
* Other node related failures leaving your control plane degraded or nonfunctional * Other node related failures leaving your control plane degraded or nonfunctional
__Note that you need at least one functional node to be able to recover using this method.__ __Note that you need at least one functional node to be able to recover using this method.__

View File

@ -2,9 +2,9 @@ ansible==9.5.1
cryptography==42.0.7 cryptography==42.0.7
jinja2==3.1.4 jinja2==3.1.4
jmespath==1.0.1 jmespath==1.0.1
jsonschema==4.22.0
MarkupSafe==2.1.5 MarkupSafe==2.1.5
netaddr==1.2.1 netaddr==1.2.1
pbr==6.0.0 pbr==6.0.0
ruamel.yaml==0.18.6 ruamel.yaml==0.18.6
ruamel.yaml.clib==0.2.8 ruamel.yaml.clib==0.2.8
jsonschema==4.22.0

View File

@ -107,4 +107,3 @@ oom_score = {{ containerd_oom_score }}
sampling_ratio = {{ containerd_tracing_sampling_ratio }} sampling_ratio = {{ containerd_tracing_sampling_ratio }}
service_name = "{{ containerd_tracing_service_name }}" service_name = "{{ containerd_tracing_service_name }}"
{% endif %} {% endif %}

View File

@ -32,4 +32,3 @@ data:
- name: helper-pod - name: helper-pod
image: "{{ local_path_provisioner_helper_image_repo }}:{{ local_path_provisioner_helper_image_tag }}" image: "{{ local_path_provisioner_helper_image_repo }}:{{ local_path_provisioner_helper_image_tag }}"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent

View File

@ -11,4 +11,3 @@ subjects:
- kind: ServiceAccount - kind: ServiceAccount
name: {{ node_feature_discovery_worker_sa_name }} name: {{ node_feature_discovery_worker_sa_name }}
namespace: {{ node_feature_discovery_namespace }} namespace: {{ node_feature_discovery_namespace }}

View File

@ -102,4 +102,3 @@ data:
} }
] ]
} }

View File

@ -102,4 +102,3 @@ spec:
protocol: TCP protocol: TCP
targetPort: 4244 targetPort: 4244
internalTrafficPolicy: Local internalTrafficPolicy: Local

View File

@ -5,8 +5,8 @@ ara[server]==1.7.1
dopy==0.3.7 dopy==0.3.7
molecule==24.2.1 molecule==24.2.1
molecule-plugins[vagrant]==23.5.3 molecule-plugins[vagrant]==23.5.3
python-vagrant==1.0.0
pytest-testinfra==10.1.0 pytest-testinfra==10.1.0
python-vagrant==1.0.0
tox==4.15.0 tox==4.15.0
yamllint==1.35.1
tzdata==2024.1 tzdata==2024.1
yamllint==1.35.1