Skip to content

Commit 1a334d8

Browse files
MarcoGorelliKevin D Smith
authored and
Kevin D Smith
committed
use-python-language-in-pip-to-conda (pandas-dev#36945)
1 parent 42571af commit 1a334d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@ repos:
4141
- id: pip_to_conda
4242
name: Generate pip dependency from conda
4343
description: This hook checks if the conda environment.yml and requirements-dev.txt are equal
44-
language: system
44+
language: python
4545
entry: python -m scripts.generate_pip_deps_from_conda
4646
files: ^(environment.yml|requirements-dev.txt)$
4747
pass_filenames: false
48+
additional_dependencies: [pyyaml]
4849
- repo: https://github.com/asottile/yesqa
4950
rev: v1.2.2
5051
hooks:

0 commit comments

Comments
 (0)