You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jorenham Many typing files (.pyi) also have too long lines, but maybe we can keep those as is?
The idea was to follow the the official Python stub style guide, which sets the max line length for .pyi files at 130. But it's unfortunately not possible (yet?) to configure this on a per-file basis in ruff (astral-sh/ruff#16057, astral-sh/ruff#7696)
Uh oh!
There was an error while loading. Please reload this page.
Within the numpy codebase we aim to keep the maximum line length at 88 (#27320). We will enforce the ruff E501 rule for the codebase step by step:
List of files to be handled:
Procedure:
ruff.toml
to enable ruff E501# noqa: E501
to make an exceptionThe text was updated successfully, but these errors were encountered: