Skip to content

Commit 9eb0bbc

Browse files
Updated files with 'repo_helper'. (#24)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent bf9ec06 commit 9eb0bbc

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/flake8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
jobs:
1717
Run:
1818
name: "Flake8"
19-
runs-on: "ubuntu-18.04"
19+
runs-on: "ubuntu-20.04"
2020

2121
steps:
2222
- name: Checkout 🛎️

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ repos:
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

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ See https://github.com/TypedDjango/pytest-mypy-plugins for the actual pytest plu
4848
:target: https://github.com/python-coincidence/pytest-mypy-plugins-shim/actions?query=workflow%3A%22mypy%22
4949
:alt: mypy status
5050

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/
5353
:alt: Requirements Status
5454

5555
.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/python-coincidence/pytest-mypy-plugins-shim?logo=codefactor

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ qa = mypy, lint
3030
setenv =
3131
PYTHONDEVMODE=1
3232
PIP_DISABLE_PIP_VERSION_CHECK=1
33+
SETUPTOOLS_USE_DISTUTILS=stdlib
3334
deps = importcheck>=0.1.0
3435
commands =
3536
python --version

0 commit comments

Comments
 (0)