Skip to content

Commit 839f029

Browse files
Updated files with 'repo_helper'. (#42)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 947c8b8 commit 839f029

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ cov = py36-sphinx3.2, coverage
5050
setenv =
5151
PYTHONDEVMODE=1
5252
PIP_DISABLE_PIP_VERSION_CHECK=1
53+
SETUPTOOLS_USE_DISTUTILS=stdlib
5354
deps =
5455
-r{toxinidir}/tests/requirements.txt
5556
sphinx3.2: sphinx~=3.2.0
@@ -145,6 +146,7 @@ passenv =
145146
COV_PYTHON_VERSION
146147
COV_PLATFORM
147148
COV_PYTHON_IMPLEMENTATION
149+
*
148150
changedir = {toxinidir}
149151
deps =
150152
coverage>=5

0 commit comments

Comments
 (0)