File tree Expand file tree Collapse file tree 5 files changed +11
-3
lines changed
Expand file tree Collapse file tree 5 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 2929 python -m pip install --upgrade repo_helper
3030 # $CONDA is an environment variable pointing to the root of the miniconda directory
3131 $CONDA/bin/conda update -q conda
32- $CONDA/bin/conda install conda-build
32+ $CONDA/bin/conda install conda-build=3.21.0
3333
3434 $CONDA/bin/conda config --add channels conda-forge
3535 $CONDA/bin/conda config --add channels domdfcoding
Original file line number Diff line number Diff line change 6969 - name : Install dependencies 🔧
7070 run : |
7171 python -m pip install --upgrade pip setuptools wheel
72- python -m pip install --upgrade coveralls coverage_pyver_pragma
72+ python -m pip install --upgrade " coveralls>=3.0.0" coverage_pyver_pragma
7373
7474 - name : " Download Coverage 🪂"
7575 uses : actions/download-artifact@v2
9595 env :
9696 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9797 run : |
98- coveralls
98+ coveralls --service=github
9999
100100 Deploy :
101101 needs : tests
Original file line number Diff line number Diff line change @@ -40,6 +40,11 @@ repos:
4040 - id : ensure-dunder-all
4141 files : ^flake8_strftime/.*\.py$
4242
43+ - repo : https://github.com/domdfcoding/flake2lint
44+ rev : v0.2.0
45+ hooks :
46+ - id : flake2lint
47+
4348 - repo : https://github.com/pre-commit/pygrep-hooks
4449 rev : v1.7.0
4550 hooks :
Original file line number Diff line number Diff line change @@ -11,3 +11,5 @@ python:
1111 install :
1212 - requirements : requirements.txt
1313 - requirements : doc-source/requirements.txt
14+ - method : pip
15+ path : .
Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ exclude_lines =
140140 if TYPE_CHECKING:
141141 if typing.TYPE_CHECKING:
142142 if __name__ == .__main__.:
143+ \.\.\.
143144
144145[check-wheel-contents]
145146ignore = W002
You can’t perform that action at this time.
0 commit comments