Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update black rev in order to include fix for https://github.com/psf/black/issues/1629 #92

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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" %}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be a dangerous change in branches bellow v15, as it can introduce some code formatting changes. We did hold back on bumping the version before for this reason, so maybe @sbidoul and @yajo should comment on this and say if they are OK with it.

{%- set repo_rev.eslint = "v7.8.1" %}
{%- set repo_rev.flake8 = "3.8.3" %}
{%- set repo_rev.flake8_bugbear = "20.1.4" %}
Expand Down