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

Commit

Permalink
fix: remove extra space from pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
yajo committed Apr 29, 2022
1 parent 051b231 commit 9e825f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/.pre-commit-config.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e825f4

Please sign in to comment.