Skip to content

Commit

Permalink
Tweak jinja condition
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Oct 30, 2023
1 parent a25d24d commit 92c3765
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/.pre-commit-config.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,7 @@ repos:
- id: flake8
name: flake8
additional_dependencies: ["flake8-bugbear=={{ repo_rev.flake8_bugbear }}"]
{%- endif %}
{%- if use_ruff %}
{%- else %}
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.3
hooks:
Expand Down

0 comments on commit 92c3765

Please sign in to comment.