We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 272efd9 commit 891f1b2Copy full SHA for 891f1b2
tasks.py
@@ -124,7 +124,7 @@ def lint(ctx):
124
print("Run flake8")
125
ctx.run("flake8 --config .flake8 src/ tasks.py utest/run.py atest/run.py")
126
print("Run black")
127
- ctx.run("black --target-version py36 --line-length 120 src/ tasks.py utest/run.py atest/run.py")
+ ctx.run("black --target-version py37 --line-length 120 src/ tasks.py utest/run.py atest/run.py")
128
print("Run isort")
129
ctx.run("isort src/ tasks.py utest/run.py atest/run.py")
130
print("Run tidy")
0 commit comments