Browse Source

Automatic formatting commit: 2021-01-14T12:16:07.778089

Getty Ritter 3 years ago
parent
commit
2cc738362a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tasks.py

+ 2 - 0
tasks.py

@@ -7,11 +7,13 @@ def test(c):
     """Run all the provided tests"""
     c.run("poetry run python -m pytest tests/*.py -W ignore::DeprecationWarning")
 
+
 @task
 def webpack(c):
     """Run the webpack build"""
     c.run("yarn webpack")
 
+
 @task(webpack)
 def run(c, port=8080, host="127.0.0.1"):
     """Run a debug server locally"""