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