From 9e825f4c361e8af11454f4b2a3c38568ae9f36d5 Mon Sep 17 00:00:00 2001 From: Jairo Llopis Date: Fri, 29 Apr 2022 08:48:11 +0100 Subject: [PATCH] fix: remove extra space from pre-commit config --- src/.pre-commit-config.yaml.jinja | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/.pre-commit-config.yaml.jinja b/src/.pre-commit-config.yaml.jinja index f3ed191..1c8d122 100644 --- a/src/.pre-commit-config.yaml.jinja +++ b/src/.pre-commit-config.yaml.jinja @@ -39,8 +39,8 @@ repos: {%- endif %} {%- if python %} {%- if poetry_local_hooks %} -{# These hooks are copied from their respective origins in the next section, - but configured to be executed with `poetry run`, to get better integration #} +{#- These hooks are copied from their respective origins in the next section, + but configured to be executed with `poetry run`, to get better integration #} - repo: local hooks: - id: autoflake