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: | 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/