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
i'd like to setup different line lengths based on file extensions, for example default 120 and .ipynb 88
I know there is already a way for the linter with: [tool.ruff.lint.per-file-ignores]
but thats for linting, is there something similar for the formatter or a way to fit my case? because i can't find infos on it or make it work with something like:
Hi,
i'd like to setup different line lengths based on file extensions, for example default 120 and .ipynb 88
I know there is already a way for the linter with:
[tool.ruff.lint.per-file-ignores]
but thats for linting, is there something similar for the formatter or a way to fit my case? because i can't find infos on it or make it work with something like:
or
I'm using Ruff v0.5.3 with native server,
Thanks.
The text was updated successfully, but these errors were encountered: