Skip to content

Commit

Permalink
Update black rev in order to include fix for psf/black#1629
Browse files Browse the repository at this point in the history
  • Loading branch information
tafaRU committed Nov 23, 2021
1 parent 6f33304 commit d14b54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/.pre-commit-config.yaml.jinja
Expand Up @@ -3,7 +3,7 @@

{%- if odoo_version < 15 %}
{%- set repo_rev.autoflake = "v1.4" %}
{%- set repo_rev.black = "20.8b1" %}
{%- set repo_rev.black = "21.4b0" %}
{%- set repo_rev.eslint = "v7.8.1" %}
{%- set repo_rev.flake8 = "3.8.3" %}
{%- set repo_rev.flake8_bugbear = "20.1.4" %}
Expand Down

0 comments on commit d14b54e

Please sign in to comment.