rmv flake8
This commit is contained in:
parent
465f5a9262
commit
72287dd42c
|
|
@ -38,15 +38,13 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install black flake8 pytest-cov
|
pip install black pytest-cov
|
||||||
- name: Install enhancer
|
- name: Install enhancer
|
||||||
run: |
|
run: |
|
||||||
pip install -e .[dev,testing]
|
pip install -e .[dev,testing]
|
||||||
- name: Run black
|
- name: Run black
|
||||||
run:
|
run:
|
||||||
black --check . --exclude version.py
|
black --check . --exclude version.py¯
|
||||||
- name: Run flake8
|
|
||||||
run: flake8 --max-line-length 120 --exclude __init__.py --ignore errors E203
|
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run:
|
run:
|
||||||
pytest tests --cov=enhancer/
|
pytest tests --cov=enhancer/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue