Skip to content

Commit

Permalink
Merge pull request #231 from acsone/enable-ruff-line-too-long
Browse files Browse the repository at this point in the history
Enable ruff line too long check
  • Loading branch information
sbidoul authored Nov 13, 2023
2 parents 3c730e2 + a588950 commit a063106
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/{% if use_ruff %}.ruff.toml{% endif%}.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ fix = true
extend-select = [
"B",
"C90",
"E501" # line too long (default 88)
"I", # isort
{%- if odoo_version >= 15.0 %}
"UP", # pyupgrade
Expand Down

0 comments on commit a063106

Please sign in to comment.