Skip to content

Commit d012ccd

Browse files
[repo-helper] Configuration Update (#33)
* Updated files with 'repo_helper'. * Updated files with 'repo_helper'. Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent b58371d commit d012ccd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/conda_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python -VV
2929
python -m site
3030
python -m pip install --upgrade pip setuptools wheel
31-
python -m pip install --upgrade whey-conda
31+
python -m pip install --upgrade whey-conda whey
3232
# $CONDA is an environment variable pointing to the root of the miniconda directory
3333
$CONDA/bin/conda update -q conda
3434
$CONDA/bin/conda install conda-build=3.21.0

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ repos:
4040
- id: bind-requirements
4141

4242
- repo: https://github.com/domdfcoding/flake8-dunder-all
43-
rev: v0.1.7
43+
rev: v0.1.8
4444
hooks:
4545
- id: ensure-dunder-all
4646
files: ^flake8_dunder_all/.*\.py$

doc-source/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sphinx>=3.3.0
1111
sphinx-copybutton>=0.2.12
1212
sphinx-debuginfo>=0.1.0
1313
sphinx-licenseinfo>=0.1.1
14-
sphinx-notfound-page>=0.5
14+
sphinx-notfound-page>=0.7.1
1515
sphinx-prompt>=1.1.0
1616
sphinx-pyproject>=0.1.0
1717
sphinx-tabs>=1.1.13

0 commit comments

Comments
 (0)