Skip to content

Commit

Permalink
Tweak pre-commit config template
Browse files Browse the repository at this point in the history
So it complies with what prettier wants.
  • Loading branch information
sbidoul committed Nov 12, 2023
1 parent f20688a commit 3c730e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/.pre-commit-config.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ repos:
rev: v0.1.3
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
{%- endif %}
- repo: https://github.com/OCA/pylint-odoo
Expand Down

0 comments on commit 3c730e2

Please sign in to comment.