ignore version.py
This commit is contained in:
parent
f6d5e924f7
commit
975e8bc50e
|
|
@ -44,7 +44,7 @@ jobs:
|
||||||
pip install -e .[dev,testing]
|
pip install -e .[dev,testing]
|
||||||
- name: Run black
|
- name: Run black
|
||||||
run:
|
run:
|
||||||
black --check . --exclude enhancer/version.py¯
|
black --check . --exclude enhancer/version.py
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run:
|
run:
|
||||||
pytest tests --cov=enhancer/
|
pytest tests --cov=enhancer/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue