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:
Max Gautier
2025-01-23 10:56:59 +01:00
committed by GitHub
parent f8c4d5a899
commit bfe858ba06
2 changed files with 2 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ repos:
files: "\\.sh$"
- repo: https://github.com/ansible/ansible-lint
rev: v24.12.2
rev: v25.1.0
hooks:
- id: ansible-lint
additional_dependencies: