Skip to content

Commit 307f5ac

Browse files
committed
Make conda-env hook not use uv
1 parent 2f04c95 commit 307f5ac

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ repos:
3131
hooks:
3232
- id: conda-env
3333
name: Compile Conda Environment
34-
entry: uv run -- script/make_conda_env.py
35-
language: unsupported
34+
entry: python script/make_conda_env.py
35+
language: python
3636
files: pyproject.toml
3737
pass_filenames: false
38+
additional_dependencies:
39+
- PyYAML

0 commit comments

Comments
 (0)