ignore version.py
This commit is contained in:
parent
72287dd42c
commit
f6d5e924f7
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in New Issue