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 7676 shopt -s globstar
7777 python -m coverage combine coverage/**/.coverage
7878
79- - name : " Upload Combined Coverage Aretfact "
79+ - name : " Upload Combined Coverage Artefact "
8080 uses : actions/upload-artifact@v2
8181 with :
8282 name : " combined-coverage"
@@ -143,13 +143,13 @@ jobs:
143143
144144 - name : Build Conda 📦
145145 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
148148
149149 - name : Deploy Conda 🚀
150150 if : startsWith(github.ref, 'refs/tags/')
151151 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
154154 env :
155155 ANACONDA_TOKEN : ${{ secrets.ANACONDA_TOKEN }}
Original file line number Diff line number Diff line change @@ -16,25 +16,25 @@ known_third_party =
1616 colorama
1717 consolekit
1818 coverage
19- coverage-pyver-pragma
19+ coverage_pyver_pragma
2020 deprecation
21- enum-tools
21+ enum_tools
2222 faker
2323 github
24- importlib-metadata
25- importlib-resources
24+ importlib_metadata
25+ importlib_resources
2626 packaging
2727 pandas
2828 pydash
2929 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
3535 pytz
3636 requests
37- typing-extensions
37+ typing_extensions
3838known_first_party = domdf_python_tools
3939remove_redundant_aliases = True
4040force_to_top = True
Original file line number Diff line number Diff line change 5959 - id : forbid-crlf
6060
6161 - repo : https://github.com/domdfcoding/yapf-isort
62- rev : v0.5.2
62+ rev : v0.5.4
6363 hooks :
6464 - id : yapf-isort
6565 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(
9696 .. versionchanged:: 1.0.0
9797
9898 Added the ``exclude_side_effects`` parameter.
99-
99+
100100 .. TODO:: raise better exception when passing a module rather than a package.
101101 Or just return the contents of the module?
102102 """ # noqa D400
You can’t perform that action at this time.
0 commit comments