Skip to content

Commit 509aa64

Browse files
Updated files with 'repo_helper'. (#30)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 85f1473 commit 509aa64

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

.github/workflows/flake8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
jobs:
1717
Run:
1818
name: "Flake8"
19-
runs-on: "ubuntu-18.04"
19+
runs-on: "ubuntu-20.04"
2020

2121
steps:
2222
- name: Checkout 🛎️

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ repos:
6767
- --keep-runtime-typing
6868

6969
- repo: https://github.com/Lucas-C/pre-commit-hooks
70-
rev: v1.2.0
70+
rev: v1.3.1
7171
hooks:
7272
- id: remove-crlf
7373
- id: forbid-crlf

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ tox-recreate-hook
5656
:target: https://github.com/python-coincidence/tox-recreate-hook/actions?query=workflow%3A%22mypy%22
5757
:alt: mypy status
5858

59-
.. |requires| image:: https://dependency-dash.herokuapp.com/github/python-coincidence/tox-recreate-hook/badge.svg
60-
:target: https://dependency-dash.herokuapp.com/github/python-coincidence/tox-recreate-hook/
59+
.. |requires| image:: https://dependency-dash.repo-helper.uk/github/python-coincidence/tox-recreate-hook/badge.svg
60+
:target: https://dependency-dash.repo-helper.uk/github/python-coincidence/tox-recreate-hook/
6161
:alt: Requirements Status
6262

6363
.. |coveralls| image:: https://img.shields.io/coveralls/github/python-coincidence/tox-recreate-hook/master?logo=coveralls

doc-source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ tox-recreate-hook
5858
:workflow: mypy
5959
:alt: mypy status
6060

61-
.. |requires| image:: https://dependency-dash.herokuapp.com/github/python-coincidence/tox-recreate-hook/badge.svg
62-
:target: https://dependency-dash.herokuapp.com/github/python-coincidence/tox-recreate-hook/
61+
.. |requires| image:: https://dependency-dash.repo-helper.uk/github/python-coincidence/tox-recreate-hook/badge.svg
62+
:target: https://dependency-dash.repo-helper.uk/github/python-coincidence/tox-recreate-hook/
6363
:alt: Requirements Status
6464

6565
.. |coveralls| coveralls-shield::

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ cov = py37, coverage
3434
setenv =
3535
PYTHONDEVMODE=1
3636
PIP_DISABLE_PIP_VERSION_CHECK=1
37+
SETUPTOOLS_USE_DISTUTILS=stdlib
3738
deps = -r{toxinidir}/tests/requirements.txt
3839
commands =
3940
python --version
@@ -124,6 +125,7 @@ passenv =
124125
COV_PYTHON_VERSION
125126
COV_PLATFORM
126127
COV_PYTHON_IMPLEMENTATION
128+
*
127129
changedir = {toxinidir}
128130
deps =
129131
coverage>=5

0 commit comments

Comments
 (0)