Skip to content

Commit 842ce5c

Browse files
committed
Remove the version specifier for prek
When I added prek to the requirements with 'uv add', I forgot to use '--raw' as specified in the README (see PR #510, commit 2ea27bf). This is why prek has a version specifier while most of the other dev dependencies do not. This commit removes it. Signed-off-by: Vincent Michel <vincent.michel@vates.tech>
1 parent fe7c8b5 commit 842ce5c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dev = [
3535
"types-colorama",
3636
"types-pexpect",
3737
"zizmor",
38-
"prek>=0.4.9",
38+
"prek",
3939
"autopep8",
4040
"types-passlib",
4141
]

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ types-pygments
1313
types-colorama
1414
types-pexpect
1515
zizmor
16-
prek>=0.4.9
16+
prek
1717
autopep8
1818
types-passlib
1919
-r base.txt

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)