mirror of
https://github.com/mjg59/python-broadlink.git
synced 2024-11-13 03:00:11 +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
|
||||
run: |
|
||||
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
|
||||
- name: Lint with flake8
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user