mirror of
https://github.com/django/django.git
synced 2025-09-28 04:54:53 +00:00
Pinned flake8 == 3.9.2 in GitHub actions.
See https://github.com/PyCQA/flake8/issues/1408
This commit is contained in:
parent
01bf679e59
commit
f2a28e11d9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linters.yml
vendored
2
.github/workflows/linters.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.9
|
python-version: 3.9
|
||||||
- run: python -m pip install flake8
|
- run: python -m pip install flake8==3.9.2
|
||||||
- name: flake8
|
- name: flake8
|
||||||
uses: liskin/gh-problem-matcher-wrap@v1
|
uses: liskin/gh-problem-matcher-wrap@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue