OCA / oca-addons-repo-template

OCA Repository Template
MIT License
61 stars 89 forks source link

Enable ruff line too long check #231

Closed sbidoul closed 10 months ago

sbidoul commented 10 months ago

It is disabled by default because ruff-format makes a best effort attempt to satisfy it and may fail otherwise.

It should fine to enable it as it was with flake8 (the default is 88).

See https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules for more information.

celm1990 commented 10 months ago

@sbidoul Do you think this change can be solve this log on this PR https://github.com/Tecnativa/doodba-copier-template/pull/425 image