Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
0e449ca7
Unverified
Commit
0e449ca7
authored
May 21, 2024
by
Max Gautier
Browse files
Options
Downloads
Patches
Plain Diff
pre-commit: fix hooks dependencies
- ansible-syntax-check - tox-inventory-builder - jinja-syntax-check
parent
f6d9ff41
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.pre-commit-config.yaml
+5
-1
5 additions, 1 deletion
.pre-commit-config.yaml
with
5 additions
and
1 deletion
.pre-commit-config.yaml
+
5
−
1
View file @
0e449ca7
...
@@ -52,12 +52,16 @@ repos:
...
@@ -52,12 +52,16 @@ repos:
entry
:
env ANSIBLE_INVENTORY=inventory/local-tests.cfg ANSIBLE_REMOTE_USER=root ANSIBLE_BECOME="true" ANSIBLE_BECOME_USER=root ANSIBLE_VERBOSITY="3" ansible-playbook --syntax-check
entry
:
env ANSIBLE_INVENTORY=inventory/local-tests.cfg ANSIBLE_REMOTE_USER=root ANSIBLE_BECOME="true" ANSIBLE_BECOME_USER=root ANSIBLE_VERBOSITY="3" ansible-playbook --syntax-check
language
:
python
language
:
python
files
:
"
^cluster.yml|^upgrade-cluster.yml|^reset.yml|^extra_playbooks/upgrade-only-k8s.yml"
files
:
"
^cluster.yml|^upgrade-cluster.yml|^reset.yml|^extra_playbooks/upgrade-only-k8s.yml"
additional_dependencies
:
-
ansible==9.5.1
-
id
:
tox-inventory-builder
-
id
:
tox-inventory-builder
name
:
tox-inventory-builder
name
:
tox-inventory-builder
entry
:
bash -c "cd contrib/inventory_builder && tox"
entry
:
bash -c "cd contrib/inventory_builder && tox"
language
:
python
language
:
python
pass_filenames
:
false
pass_filenames
:
false
additional_dependencies
:
-
tox==4.15.0
-
id
:
check-readme-versions
-
id
:
check-readme-versions
name
:
check-readme-versions
name
:
check-readme-versions
...
@@ -84,4 +88,4 @@ repos:
...
@@ -84,4 +88,4 @@ repos:
types
:
types
:
-
jinja
-
jinja
additional_dependencies
:
additional_dependencies
:
-
J
inja2
-
j
inja2
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment