rmv flake8

This commit is contained in:
shahules786 2022-10-06 17:40:08 +05:30
parent 078b9274fa
commit 465f5a9262
1 changed files with 2 additions and 2 deletions

View File

@ -44,9 +44,9 @@ jobs:
pip install -e .[dev,testing]
- name: Run black
run:
black --check .
black --check . --exclude version.py
- name: Run flake8
run: flake8
run: flake8 --max-line-length 120 --exclude __init__.py --ignore errors E203
- name: Test with pytest
run:
pytest tests --cov=enhancer/