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 4c60c1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 19.10b0
rev: 21.4b0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-prettier
Expand Down
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 4c60c1a

Please sign in to comment.