We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Umbrella issue to track the necessary configuration changes to integrate the ruff formatter.
format
output-format
lint
-width
line-length
line-width
tab-size
tab-width
pydocstyle.max-doc-length
max-doc-width
pydocstyle.line-width
ruff.toml
pyproject.toml
tab_width
preview
line-ending
auto
exclude
quote-style = "single"
select
F
E4
E7
E9
The text was updated successfully, but these errors were encountered:
MichaReiser
No branches or pull requests
Umbrella issue to track the necessary configuration changes to integrate the ruff formatter.
format
option tooutput-format
#7354lint
section Addlint
section to Ruff configuration #7549-width
for text widths consistentlyline-length
toline-width
#7573tab-size
totab-width
#7643pydocstyle.max-doc-length
tomax-doc-width
#7574pydocstyle.line-width
option #7644format
section Add most formatter options toruff.toml
/pyproject.toml
#7566tab_width
option in formatter #7648preview
option #7649line-ending
default toauto
#8057exclude
option toformat
andlint
sections #7645quote-style = "single"
configuration #7615select
default toF
,E4
,E7
,E9
#7572The text was updated successfully, but these errors were encountered: