ci: Add linter, minor lint fixes

This commit is contained in:
2026-06-29 15:07:28 +05:30
parent 22b5cd8ced
commit bcf99c66cd
4 changed files with 70 additions and 4 deletions

View File

@@ -2,4 +2,3 @@ import uvicorn
if __name__ == "__main__":
uvicorn.run("app.app:app", host="0.0.0.0", port=3000, reload=True)