Merging upstream version 1.4.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-15 09:34:30 +02:00
parent a6f5a146cb
commit 3254dea030
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
166 changed files with 13787 additions and 11959 deletions

View file

@ -47,7 +47,7 @@ repos:
- "<!--| ~| -->"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.10.0
rev: v0.11.9
hooks:
- id: ruff
name: Run Ruff linter
@ -56,7 +56,7 @@ repos:
name: Run Ruff formatter
- repo: https://github.com/pycqa/pylint
rev: "v3.3.5"
rev: "v3.3.7"
hooks:
- id: pylint
name: Check code style with pylint
@ -75,6 +75,7 @@ repos:
- pytest
- pytest-codspeed
- respx
- pydantic-settings
- repo: https://github.com/codespell-project/codespell
rev: v2.4.1
@ -124,6 +125,7 @@ repos:
pass_filenames: false
additional_dependencies:
- anta[cli]
- pydantic-settings
- id: doc-snippets
name: Generate doc snippets
entry: >-
@ -135,3 +137,4 @@ repos:
pass_filenames: false
additional_dependencies:
- anta[cli]
- pydantic-settings