From a31af50c8f7ecce8d0af86d064b697df843fb7fa Mon Sep 17 00:00:00 2001 From: shahules786 Date: Thu, 6 Oct 2022 20:58:49 +0530 Subject: [PATCH] fix typo --- .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 469d88f..fa07cc3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,7 +45,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/