Use flake8-import-order to enforce PEP-8 compliance (#23947)

This commit is contained in:
Adam J. Stewart
2021-06-28 08:03:20 -05:00
committed by GitHub
parent 744cedc7e9
commit 2284007db9
3 changed files with 15 additions and 11 deletions

View File

@@ -39,7 +39,7 @@ jobs:
python-version: 3.9
- name: Install Python packages
run: |
pip install --upgrade pip six setuptools flake8 mypy>=0.800 black types-six types-python-dateutil
pip install --upgrade pip six setuptools flake8 flake8-import-order mypy>=0.800 black types-six types-python-dateutil
- name: Setup git configuration
run: |
# Need this for the git tests to succeed.
@@ -370,7 +370,7 @@ jobs:
run: |
pip install --upgrade pip six setuptools
pip install --upgrade codecov coverage
pip install --upgrade flake8 pep8-naming mypy
pip install --upgrade flake8 flake8-import-order pep8-naming mypy
pip install --upgrade python-dateutil
- name: Setup Homebrew packages
run: |