We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6aff8b2 + 60955c3 commit 4240645Copy full SHA for 4240645
.github/workflows/test.yaml
@@ -32,7 +32,7 @@ jobs:
32
with:
33
# mamba-version: "*" # activate this to build with mamba.
34
python-version: ${{ matrix.python-version }}
35
- miniforge-variant: Mambaforge
+ miniforge-variant: Miniforge3
36
channels: conda-forge, defaults # These need to be specified to use mamba
37
channel-priority: true
38
environment-file: ci/environment-py${{ matrix.python-version }}.yml
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/econchick/interrogate
3
- rev: 1.5.0
+ rev: 1.6.0
4
hooks:
5
- id: interrogate
6
exclude: ^(docs|setup.py|xroms/tests)
0 commit comments