Compare commits
2 Commits
ea8721659c
...
274a870a6a
| Author | SHA1 | Date |
|---|---|---|
|
|
274a870a6a | |
|
|
bf3a8340da |
|
|
@ -2,7 +2,7 @@ pipeline:
|
|||
# =====TESTING=====
|
||||
test-backend:
|
||||
# Alpine version doesn't have make
|
||||
image: python:3.8
|
||||
image: python:3.9
|
||||
pull: true
|
||||
group: test
|
||||
commands:
|
||||
|
|
@ -23,7 +23,7 @@ pipeline:
|
|||
|
||||
# =====LINTING=====
|
||||
lint-backend:
|
||||
image: python:3.8
|
||||
image: python:3.9
|
||||
group: lint
|
||||
commands:
|
||||
- make lint
|
||||
|
|
|
|||
|
|
@ -14,5 +14,4 @@ async def frontend(path):
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
print(app.url_map)
|
||||
app.run(host="0.0.0.0")
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
[tool.black]
|
||||
line-length = 79
|
||||
Reference in New Issue