File tree 5 files changed +8
-6
lines changed
5 files changed +8
-6
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 @@ -56,8 +56,8 @@ snippet-fmt
56
56
:target: https://github.com/python-formate/snippet-fmt/actions?query=workflow%3A%22mypy%22
57
57
:alt: mypy status
58
58
59
- .. |requires | image :: https://dependency-dash.herokuapp.com /github/python-formate/snippet-fmt/badge.svg
60
- :target: https://dependency-dash.herokuapp.com /github/python-formate/snippet-fmt/
59
+ .. |requires | image :: https://dependency-dash.repo-helper.uk /github/python-formate/snippet-fmt/badge.svg
60
+ :target: https://dependency-dash.repo-helper.uk /github/python-formate/snippet-fmt/
61
61
:alt: Requirements Status
62
62
63
63
.. |coveralls | image :: https://img.shields.io/coveralls/github/python-formate/snippet-fmt/master?logo=coveralls
Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ snippet-fmt
58
58
:workflow: mypy
59
59
:alt: mypy status
60
60
61
- .. |requires | image :: https://dependency-dash.herokuapp.com /github/python-formate/snippet-fmt/badge.svg
62
- :target: https://dependency-dash.herokuapp.com /github/python-formate/snippet-fmt/
61
+ .. |requires | image :: https://dependency-dash.repo-helper.uk /github/python-formate/snippet-fmt/badge.svg
62
+ :target: https://dependency-dash.repo-helper.uk /github/python-formate/snippet-fmt/
63
63
:alt: Requirements Status
64
64
65
65
.. |coveralls | coveralls-shield ::
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ cov = py36-click7, coverage
48
48
setenv =
49
49
PYTHONDEVMODE =1
50
50
PIP_DISABLE_PIP_VERSION_CHECK =1
51
+ SETUPTOOLS_USE_DISTUTILS =stdlib
51
52
deps =
52
53
-r{toxinidir}/tests/requirements.txt
53
54
click7: click~=7.0
@@ -140,6 +141,7 @@ passenv =
140
141
COV_PYTHON_VERSION
141
142
COV_PLATFORM
142
143
COV_PYTHON_IMPLEMENTATION
144
+ *
143
145
changedir = {toxinidir}
144
146
deps =
145
147
coverage>=5
You can’t perform that action at this time.
0 commit comments