File tree Expand file tree Collapse file tree 4 files changed +17
-17
lines changed Expand file tree Collapse file tree 4 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 76
76
shopt -s globstar
77
77
python -m coverage combine coverage/**/.coverage
78
78
79
- - name : " Upload Combined Coverage Aretfact "
79
+ - name : " Upload Combined Coverage Artefact "
80
80
uses : actions/upload-artifact@v2
81
81
with :
82
82
name : " combined-coverage"
@@ -143,13 +143,13 @@ jobs:
143
143
144
144
- name : Build Conda 📦
145
145
run : |
146
- chmod +x .ci /actions_build_conda.sh
147
- bash .ci /actions_build_conda.sh
146
+ chmod +x .github /actions_build_conda.sh
147
+ bash .github /actions_build_conda.sh
148
148
149
149
- name : Deploy Conda 🚀
150
150
if : startsWith(github.ref, 'refs/tags/')
151
151
run : |
152
- chmod +x .ci /actions_deploy_conda.sh
153
- bash .ci /actions_deploy_conda.sh
152
+ chmod +x .github /actions_deploy_conda.sh
153
+ bash .github /actions_deploy_conda.sh
154
154
env :
155
155
ANACONDA_TOKEN : ${{ secrets.ANACONDA_TOKEN }}
Original file line number Diff line number Diff line change @@ -16,25 +16,25 @@ known_third_party =
16
16
colorama
17
17
consolekit
18
18
coverage
19
- coverage-pyver-pragma
19
+ coverage_pyver_pragma
20
20
deprecation
21
- enum-tools
21
+ enum_tools
22
22
faker
23
23
github
24
- importlib-metadata
25
- importlib-resources
24
+ importlib_metadata
25
+ importlib_resources
26
26
packaging
27
27
pandas
28
28
pydash
29
29
pytest
30
- pytest-cov
31
- pytest-randomly
32
- pytest-regressions
33
- pytest-rerunfailures
34
- pytest-timeout
30
+ pytest_cov
31
+ pytest_randomly
32
+ pytest_regressions
33
+ pytest_rerunfailures
34
+ pytest_timeout
35
35
pytz
36
36
requests
37
- typing-extensions
37
+ typing_extensions
38
38
known_first_party = domdf_python_tools
39
39
remove_redundant_aliases = True
40
40
force_to_top = True
Original file line number Diff line number Diff line change 59
59
- id : forbid-crlf
60
60
61
61
- repo : https://github.com/domdfcoding/yapf-isort
62
- rev : v0.5.2
62
+ rev : v0.5.4
63
63
hooks :
64
64
- id : yapf-isort
65
65
exclude : ^(doc-source/conf|__pkginfo__|make_conda_recipe|setup)\.py$
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ def discover(
96
96
.. versionchanged:: 1.0.0
97
97
98
98
Added the ``exclude_side_effects`` parameter.
99
-
99
+
100
100
.. TODO:: raise better exception when passing a module rather than a package.
101
101
Or just return the contents of the module?
102
102
""" # noqa D400
You can’t perform that action at this time.
0 commit comments