mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
CI: cleanup dependencies, pre-commit autoupdate (#11904)
ansible-lint and yamllint are run as pre-commit hooks, which are installed by pre-commit directly. So there is no need to put them in tests/requirements.txt. So remove them and make it leaner.
This commit is contained in:
@@ -29,7 +29,7 @@ repos:
|
|||||||
files: "\\.sh$"
|
files: "\\.sh$"
|
||||||
|
|
||||||
- repo: https://github.com/ansible/ansible-lint
|
- repo: https://github.com/ansible/ansible-lint
|
||||||
rev: v24.12.2
|
rev: v25.1.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: ansible-lint
|
- id: ansible-lint
|
||||||
additional_dependencies:
|
additional_dependencies:
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
-r ../requirements.txt
|
-r ../requirements.txt
|
||||||
ansible-lint==24.12.2
|
distlib==0.3.9 # required for building collections
|
||||||
distlib==0.3.9
|
|
||||||
molecule==24.12.0
|
molecule==24.12.0
|
||||||
molecule-plugins[vagrant]==23.6.0
|
molecule-plugins[vagrant]==23.6.0
|
||||||
pytest-testinfra==10.1.1
|
pytest-testinfra==10.1.1
|
||||||
python-vagrant==1.0.0
|
python-vagrant==1.0.0
|
||||||
yamllint==1.35.1
|
|
||||||
|
|||||||
Reference in New Issue
Block a user