Skip to content

Commit

Permalink
Fix identation issue in helpers.template
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Aug 19, 2020
1 parent 928cfb7 commit 01e093b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -97,7 +97,7 @@ def run_common_tasks(tests=True, docs=True, pre_commit=True, install=True):

if pre_commit:
try:
run(f"{PYTHON} -m pre_commit run --all-files")
run(f"{PYTHON} -m pre_commit run --all-files")
except CalledProcessError:
print(run(get_executable("git"), "diff"))
raise
Expand Down

0 comments on commit 01e093b

Please sign in to comment.