Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Commit 9e825f4

Browse files
committed
fix: remove extra space from pre-commit config
1 parent 051b231 commit 9e825f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/.pre-commit-config.yaml.jinja

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ repos:
3939
{%- endif %}
4040
{%- if python %}
4141
{%- if poetry_local_hooks %}
42-
{# These hooks are copied from their respective origins in the next section,
43-
but configured to be executed with `poetry run`, to get better integration #}
42+
{#- These hooks are copied from their respective origins in the next section,
43+
but configured to be executed with `poetry run`, to get better integration #}
4444
- repo: local
4545
hooks:
4646
- id: autoflake

0 commit comments

Comments
 (0)