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 29
29
python -m pip install --upgrade repo_helper
30
30
# $CONDA is an environment variable pointing to the root of the miniconda directory
31
31
$CONDA/bin/conda update -q conda
32
- $CONDA/bin/conda install conda-build
32
+ $CONDA/bin/conda install conda-build=3.21.0
33
33
34
34
$CONDA/bin/conda config --add channels conda-forge
35
35
$CONDA/bin/conda config --add channels domdfcoding
Original file line number Diff line number Diff line change 69
69
- name : Install dependencies 🔧
70
70
run : |
71
71
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
73
73
74
74
- name : " Download Coverage 🪂"
75
75
uses : actions/download-artifact@v2
95
95
env :
96
96
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
97
97
run : |
98
- coveralls
98
+ coveralls --service=github
99
99
100
100
Deploy :
101
101
needs : tests
Original file line number Diff line number Diff line change @@ -40,6 +40,11 @@ repos:
40
40
- id : ensure-dunder-all
41
41
files : ^flake8_sphinx_links/.*\.py$
42
42
43
+ - repo : https://github.com/domdfcoding/flake2lint
44
+ rev : v0.2.0
45
+ hooks :
46
+ - id : flake2lint
47
+
43
48
- repo : https://github.com/pre-commit/pygrep-hooks
44
49
rev : v1.7.0
45
50
hooks :
Original file line number Diff line number Diff line change @@ -11,3 +11,5 @@ python:
11
11
install :
12
12
- requirements : requirements.txt
13
13
- 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 =
140
140
if TYPE_CHECKING:
141
141
if typing.TYPE_CHECKING:
142
142
if __name__ == .__main__.:
143
+ \.\.\.
143
144
144
145
[check-wheel-contents]
145
146
ignore = W002
You can’t perform that action at this time.
0 commit comments