update back pre-commit hook

specify minimum target_version as py36

results in some churn
This commit is contained in:
Min RK
2020-11-30 10:13:10 +01:00
parent 5664e4d318
commit 28fdbeb0c0
16 changed files with 57 additions and 41 deletions

View File

@@ -142,7 +142,7 @@ def untag(vs, push=False):
def make_env(*packages):
"""Make a virtualenv
Assumes `which python` has the `virtualenv` package
"""
if not os.path.exists(env_root):
@@ -167,7 +167,7 @@ def make_env(*packages):
def build_sdist(py):
"""Build sdists
Returns the path to the tarball
"""
with cd(repo_root):