Fix package name references

This commit is contained in:
Sumner Evans
2020-09-22 11:00:09 -06:00
parent 2889c6bd7b
commit 42c807daa4
29 changed files with 77 additions and 74 deletions

View File

@@ -25,7 +25,7 @@ lint:
- poetry run python setup.py check -mrs
- poetry run black --check .
- poetry run flake8
- poetry run mypy sublime tests/**/*.py
- poetry run mypy sublime_music tests/**/*.py
- poetry run cicd/custom_style_check.py
test: