rmv flake8

This commit is contained in:
shahules786 2022-10-06 17:42:41 +05:30
parent 465f5a9262
commit 72287dd42c
1 changed files with 2 additions and 4 deletions

View File

@ -38,15 +38,13 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install black flake8 pytest-cov
pip install black pytest-cov
- name: Install enhancer
run: |
pip install -e .[dev,testing]
- name: Run black
run:
black --check . --exclude version.py
- name: Run flake8
run: flake8 --max-line-length 120 --exclude __init__.py --ignore errors E203
black --check . --exclude version.py¯
- name: Test with pytest
run:
pytest tests --cov=enhancer/