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 @@ -48,8 +48,8 @@ See https://github.com/TypedDjango/pytest-mypy-plugins for the actual pytest plu
48
48
:target: https://github.com/python-coincidence/pytest-mypy-plugins-shim/actions?query=workflow%3A%22mypy%22
49
49
:alt: mypy status
50
50
51
- .. |requires | image :: https://dependency-dash.herokuapp.com /github/python-coincidence/pytest-mypy-plugins-shim/badge.svg
52
- :target: https://dependency-dash.herokuapp.com /github/python-coincidence/pytest-mypy-plugins-shim/
51
+ .. |requires | image :: https://dependency-dash.repo-helper.uk /github/python-coincidence/pytest-mypy-plugins-shim/badge.svg
52
+ :target: https://dependency-dash.repo-helper.uk /github/python-coincidence/pytest-mypy-plugins-shim/
53
53
:alt: Requirements Status
54
54
55
55
.. |codefactor | image :: https://img.shields.io/codefactor/grade/github/python-coincidence/pytest-mypy-plugins-shim?logo=codefactor
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ qa = mypy, lint
30
30
setenv =
31
31
PYTHONDEVMODE =1
32
32
PIP_DISABLE_PIP_VERSION_CHECK =1
33
+ SETUPTOOLS_USE_DISTUTILS =stdlib
33
34
deps = importcheck>=0.1.0
34
35
commands =
35
36
python --version
You can’t perform that action at this time.
0 commit comments