We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ruff
1 parent db975ea commit b7e592aCopy full SHA for b7e592a
changelog.d/19221.misc
@@ -0,0 +1 @@
1
+Auto-fix trailing spaces in multi-line strings and comments when running the lint script.
pyproject.toml
@@ -269,6 +269,8 @@ extend-safe-fixes = [
269
"UP007",
270
# pyupgrade rules compatible with Python >= 3.10
271
"UP045",
272
+ # Allow ruff to automatically fix trailing spaces within a multi-line string/comment.
273
+ "W293"
274
]
275
276
[tool.ruff.lint.isort]
0 commit comments