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:
1616jobs :
1717 Run :
1818 name : " Flake8"
19- runs-on : " ubuntu-18 .04"
19+ runs-on : " ubuntu-20 .04"
2020
2121 steps :
2222 - name : Checkout 🛎️
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ flake8-github-actions
4646 :target: https://github.com/python-formate/flake8-github-actions/actions?query=workflow%3A%22mypy%22
4747 :alt: mypy status
4848
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/
5151 :alt: Requirements Status
5252
5353.. |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
4444setenv =
4545 PYTHONDEVMODE =1
4646 PIP_DISABLE_PIP_VERSION_CHECK =1
47+ SETUPTOOLS_USE_DISTUTILS =stdlib
4748deps = -r{toxinidir}/tests/requirements.txt
4849commands =
4950 python --version
@@ -95,6 +96,7 @@ passenv =
9596 COV_PYTHON_VERSION
9697 COV_PLATFORM
9798 COV_PYTHON_IMPLEMENTATION
99+ *
98100changedir = {toxinidir}
99101deps =
100102 coverage>=5
You can’t perform that action at this time.
0 commit comments