Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
boldar99 committed Oct 2, 2023
1 parent 08b1879 commit 6d9e704
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ jobs:
- name: Deploy
run: |
python deploy.py build
- name: Publish
run: |
ls build
echo "TODO: publish build/zxlive and the related files"
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ zxlive = "zxlive.app:main"
[tool.pyright]
reportWildcardImportFromLibrary = "none"

[tool.flake8]
extend-ignore = [
"E501",
]

[tool.mypy]
python_version = "3.9"
warn_return_any = true
Expand Down

0 comments on commit 6d9e704

Please sign in to comment.