From 975e8bc50e5433d5c36c61083e71d0eb6fce709e Mon Sep 17 00:00:00 2001 From: shahules786 Date: Thu, 6 Oct 2022 17:51:37 +0530 Subject: [PATCH] ignore version.py --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a4124c9..43b9e5e 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 enhancer/version.py¯ + black --check . --exclude enhancer/version.py - name: Test with pytest run: pytest tests --cov=enhancer/