We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 653f694 commit a313f7fCopy full SHA for a313f7f
.pre-commit-config.yaml
@@ -41,10 +41,11 @@ repos:
41
- id: pip_to_conda
42
name: Generate pip dependency from conda
43
description: This hook checks if the conda environment.yml and requirements-dev.txt are equal
44
- language: system
+ language: python
45
entry: python -m scripts.generate_pip_deps_from_conda
46
files: ^(environment.yml|requirements-dev.txt)$
47
pass_filenames: false
48
+ additional_dependencies: [pyyaml]
49
- repo: https://github.com/asottile/yesqa
50
rev: v1.2.2
51
hooks:
0 commit comments