Use development versions of CI tools (#3525)

Allows assignment expressions to not break PRs
This commit is contained in:
DiscordLiz 2020-02-08 07:29:18 -05:00 committed by GitHub
parent c6bc4c1bd6
commit 9a278213bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ jobs:
- uses: actions/setup-python@v1 - uses: actions/setup-python@v1
with: with:
python_version: "3.8" python_version: "3.8"
- run: "python -m pip install 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://gitlab.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