diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1cf8570..a4124c9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -44,7 +44,7 @@ jobs: pip install -e .[dev,testing] - name: Run black run: - black --check . --exclude version.py¯ + black --check . --exclude enhancer/version.py¯ - name: Test with pytest run: pytest tests --cov=enhancer/