Skip to content

Commit

Permalink
update flake8 autoflake odoo < v15
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd authored and yajo committed Dec 13, 2024
1 parent 7c4e1be commit 0be494f
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 @@ -3,10 +3,10 @@

{#- '<15' only affects to 14.0 #}
{%- if odoo_version < 15 %}
{%- set repo_rev.autoflake = "v1.4" %}
{%- set repo_rev.autoflake = "v1.5.3" %}
{%- set repo_rev.black = "22.3.0" %}
{%- set repo_rev.eslint = "7.8.1" %}
{%- set repo_rev.flake8 = "3.8.3" %}
{%- set repo_rev.flake8 = "5.0.0" %}
{%- set repo_rev.flake8_bugbear = "20.1.4" %}
{%- set repo_rev.isort = "5.12.0" %}
{%- set repo_rev.maintainer_tools = "d5fab7ee87fceee858a3d01048c78a548974d935" %}
Expand Down

0 comments on commit 0be494f

Please sign in to comment.