ignore version.py

This commit is contained in:
shahules786 2022-10-06 17:51:21 +05:30
parent 72287dd42c
commit f6d5e924f7
1 changed files with 1 additions and 1 deletions

View File

@ -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/