mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-06 02:30:58 +00:00
chore: set minimum pre-commit version
- force a min precommit version - pin to >= 4.3.0 when installing Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
aeaf4eb3dd
commit
e32c41d719
4 changed files with 7 additions and 7 deletions
|
|
@ -69,7 +69,7 @@ dev = [
|
|||
"black",
|
||||
"ruff",
|
||||
"mypy",
|
||||
"pre-commit",
|
||||
"pre-commit>=4.4.0",
|
||||
"ruamel.yaml", # needed for openapi generator
|
||||
]
|
||||
# Type checking dependencies - includes type stubs and optional runtime dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue