mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Fix flaky CI caused by flake8's flakiness (GitHub migration) (#5910)
This commit is contained in:
parent
0580213cb6
commit
4574f13ad5
2
.github/workflows/lint_python.yaml
vendored
2
.github/workflows/lint_python.yaml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: "3.8"
|
python-version: "3.8"
|
||||||
- run: "python -m pip install git+https://github.com/pycqa/pyflakes@1911c20#egg=pyflakes git+https://github.com/pycqa/pycodestyle@d219c68#egg=pycodestyle git+https://gitlab.com/pycqa/flake8@3.7.9#egg=flake8"
|
- run: "python -m pip install git+https://github.com/pycqa/pyflakes@1911c20#egg=pyflakes git+https://github.com/pycqa/pycodestyle@d219c68#egg=pycodestyle git+https://github.com/pycqa/flake8@3.7.9#egg=flake8"
|
||||||
name: Install Flake8
|
name: Install Flake8
|
||||||
- run: "python -m flake8 . --count --select=E9,F7,F82 --show-source"
|
- run: "python -m flake8 . --count --select=E9,F7,F82 --show-source"
|
||||||
name: Flake8 Linting
|
name: Flake8 Linting
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user