fix typo
This commit is contained in:
parent
48a95343ef
commit
a31af50c8f
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in New Issue