Skip to content

Commit 1106cd5

Browse files
Updated files with 'repo_helper'. (#18)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 908b094 commit 1106cd5

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
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
@@ -44,8 +44,8 @@ testing-tox
4444
:target: https://github.com/python-coincidence/testing-tox/actions?query=workflow%3A%22mypy%22
4545
:alt: mypy status
4646

47-
.. |requires| image:: https://dependency-dash.herokuapp.com/github/python-coincidence/testing-tox/badge.svg
48-
:target: https://dependency-dash.herokuapp.com/github/python-coincidence/testing-tox/
47+
.. |requires| image:: https://dependency-dash.repo-helper.uk/github/python-coincidence/testing-tox/badge.svg
48+
:target: https://dependency-dash.repo-helper.uk/github/python-coincidence/testing-tox/
4949
:alt: Requirements Status
5050

5151
.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/python-coincidence/testing-tox?logo=codefactor

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ qa = mypy, lint
4040
setenv =
4141
PYTHONDEVMODE=1
4242
PIP_DISABLE_PIP_VERSION_CHECK=1
43+
SETUPTOOLS_USE_DISTUTILS=stdlib
4344
deps = importcheck>=0.1.0
4445
commands =
4546
python --version

0 commit comments

Comments
 (0)