mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
update versions
This commit is contained in:
parent
f6fa05e095
commit
65d77548a3
3 changed files with 1295 additions and 726 deletions
|
|
@ -1,6 +1,6 @@
|
|||
repos:
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.12.7
|
||||
rev: v0.15.0
|
||||
hooks:
|
||||
# Run the linter.
|
||||
- id: ruff-check
|
||||
|
|
|
|||
|
|
@ -78,8 +78,9 @@ dev = [
|
|||
"types-greenlet>=3.1.0.20241221,<4",
|
||||
"types-pexpect>=4.9.0.20241208,<5",
|
||||
"types-unidiff>=0.7.0.20240505,<0.8",
|
||||
"uv>=0.6.2",
|
||||
"pre-commit>=4.2.0,<5",
|
||||
"ty>=0.0.14",
|
||||
"uv>=0.9.29",
|
||||
]
|
||||
tests = [
|
||||
"black>=25.9.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue