We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f0055 commit 422030bCopy full SHA for 422030b
.pre-commit-config.yaml
@@ -48,3 +48,12 @@ repos:
48
v0\.|
49
v1\.0\.|
50
v1\.1\.[012])
51
+- repo: local
52
+ hooks:
53
+ - id: pip_to_conda
54
+ name: Generate pip dependency from conda
55
+ description: This hook checks if the conda environment.yml and requirements-dev.txt are equal
56
+ language: system
57
+ entry: python -m scripts.generate_pip_deps_from_conda
58
+ files: ^(environment.yml|requirements-dev.txt)$
59
+ pass_filenames: false
0 commit comments