瀏覽代碼

Automatic formatting commit: 2020-09-23T12:15:18.627732

Getty Ritter 4 年之前
父節點
當前提交
731e2e3d79
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. 2 3
      tasks.py

+ 2 - 3
tasks.py

@@ -77,12 +77,11 @@ def tc(c):
         "MYPYPATH=$(pwd)/stubs poetry run mypy --check-untyped-defs lc/*.py tests/*.py scripts/*.py"
     )
 
+
 @task
 def lint(c):
     """Typecheck with mypy"""
-    c.run(
-        "poetry run flake8"
-    )
+    c.run("poetry run flake8")
 
 
 @task