Merging upstream version 1.4.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
a6f5a146cb
commit
3254dea030
166 changed files with 13787 additions and 11959 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue