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/