We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be61130 commit 561612cCopy full SHA for 561612c
1 file changed
.pre-commit-config.yaml
@@ -33,7 +33,7 @@ repos:
33
name: Compile Conda Environment
34
entry: python script/make_conda_env.py
35
language: python
36
- files: pyproject.toml
+ files: ^(pyproject\.toml|script\/make_conda_env\.py)$
37
pass_filenames: false
38
additional_dependencies:
39
- PyYAML
0 commit comments