File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-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 @@ -46,8 +46,8 @@ flake8-github-actions
46
46
:target: https://github.com/python-formate/flake8-github-actions/actions?query=workflow%3A%22mypy%22
47
47
:alt: mypy status
48
48
49
- .. |requires | image :: https://dependency-dash.herokuapp.com /github/python-formate/flake8-github-actions/badge.svg
50
- :target: https://dependency-dash.herokuapp.com /github/python-formate/flake8-github-actions/
49
+ .. |requires | image :: https://dependency-dash.repo-helper.uk /github/python-formate/flake8-github-actions/badge.svg
50
+ :target: https://dependency-dash.repo-helper.uk /github/python-formate/flake8-github-actions/
51
51
:alt: Requirements Status
52
52
53
53
.. |coveralls | image :: https://img.shields.io/coveralls/github/python-formate/flake8-github-actions/master?logo=coveralls
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ cov = py36, coverage
44
44
setenv =
45
45
PYTHONDEVMODE =1
46
46
PIP_DISABLE_PIP_VERSION_CHECK =1
47
+ SETUPTOOLS_USE_DISTUTILS =stdlib
47
48
deps = -r{toxinidir}/tests/requirements.txt
48
49
commands =
49
50
python --version
@@ -95,6 +96,7 @@ passenv =
95
96
COV_PYTHON_VERSION
96
97
COV_PLATFORM
97
98
COV_PYTHON_IMPLEMENTATION
99
+ *
98
100
changedir = {toxinidir}
99
101
deps =
100
102
coverage>=5
You can’t perform that action at this time.
0 commit comments