Skip to content

Commit 1a5ac7c

Browse files
[repo-helper] Configuration Update (#6)
* Updated files with 'repo_helper'. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 959bacf commit 1a5ac7c

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

.github/workflows/python_ci_linux.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
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 }}

.isort.cfg

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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
3838
known_first_party = domdf_python_tools
3939
remove_redundant_aliases = True
4040
force_to_top = True

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ repos:
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$

domdf_python_tools/import_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)