From 72287dd42c079089e774f76acb2fe6c74cd7d29b Mon Sep 17 00:00:00 2001 From: shahules786 Date: Thu, 6 Oct 2022 17:42:41 +0530 Subject: [PATCH] rmv flake8 --- .github/workflows/ci.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 745b749..1cf8570 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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/