Skip to content

Commit ea59049

Browse files
Updated files with 'repo_helper'.
1 parent 367ae4a commit ea59049

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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 🛎️

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)