Skip to content

Commit 05e2072

Browse files
Updated files with 'repo_helper'. (#3)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 8fb4ac3 commit 05e2072

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
@@ -58,8 +58,8 @@ for a plugin with a broader scope than this one.
5858
:target: https://github.com/python-formate/flake8-missing-annotations/actions?query=workflow%3A%22mypy%22
5959
:alt: mypy status
6060

61-
.. |requires| image:: https://dependency-dash.herokuapp.com/github/python-formate/flake8-missing-annotations/badge.svg
62-
:target: https://dependency-dash.herokuapp.com/github/python-formate/flake8-missing-annotations/
61+
.. |requires| image:: https://dependency-dash.repo-helper.uk/github/python-formate/flake8-missing-annotations/badge.svg
62+
:target: https://dependency-dash.repo-helper.uk/github/python-formate/flake8-missing-annotations/
6363
:alt: Requirements Status
6464

6565
.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/python-formate/flake8-missing-annotations?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)