mirror of
https://github.com/mjg59/python-broadlink.git
synced 2024-11-21 22:51:41 +01:00
Fix flake8 tests (#622)
This commit is contained in:
parent
ca1634575e
commit
84bec957ad
3
.github/workflows/flake8.yaml
vendored
3
.github/workflows/flake8.yaml
vendored
@ -21,7 +21,8 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install flake8 wemake-python-styleguide
|
pip install wheel
|
||||||
|
pip install flake8 flake8-quotes
|
||||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||||
- name: Lint with flake8
|
- name: Lint with flake8
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user