Skip to content

Commit 891f1b2

Browse files
committed
Update black python version
1 parent 272efd9 commit 891f1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def lint(ctx):
124124
print("Run flake8")
125125
ctx.run("flake8 --config .flake8 src/ tasks.py utest/run.py atest/run.py")
126126
print("Run black")
127-
ctx.run("black --target-version py36 --line-length 120 src/ tasks.py utest/run.py atest/run.py")
127+
ctx.run("black --target-version py37 --line-length 120 src/ tasks.py utest/run.py atest/run.py")
128128
print("Run isort")
129129
ctx.run("isort src/ tasks.py utest/run.py atest/run.py")
130130
print("Run tidy")

0 commit comments

Comments
 (0)