File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ permissions:
16
16
jobs :
17
17
Run :
18
18
name : " Flake8"
19
- runs-on : " ubuntu-18 .04"
19
+ runs-on : " ubuntu-20 .04"
20
20
21
21
steps :
22
22
- name : Checkout 🛎️
Original file line number Diff line number Diff line change 67
67
- --keep-runtime-typing
68
68
69
69
- repo : https://github.com/Lucas-C/pre-commit-hooks
70
- rev : v1.2.0
70
+ rev : v1.3.1
71
71
hooks :
72
72
- id : remove-crlf
73
73
- id : forbid-crlf
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ testing-tox
44
44
:target: https://github.com/python-coincidence/testing-tox/actions?query=workflow%3A%22mypy%22
45
45
:alt: mypy status
46
46
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/
49
49
:alt: Requirements Status
50
50
51
51
.. |codefactor | image :: https://img.shields.io/codefactor/grade/github/python-coincidence/testing-tox?logo=codefactor
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ qa = mypy, lint
40
40
setenv =
41
41
PYTHONDEVMODE =1
42
42
PIP_DISABLE_PIP_VERSION_CHECK =1
43
+ SETUPTOOLS_USE_DISTUTILS =stdlib
43
44
deps = importcheck>=0.1.0
44
45
commands =
45
46
python --version
You can’t perform that action at this time.
0 commit comments