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.
1 parent da170a4 commit af67b58Copy full SHA for af67b58
pyproject.toml
@@ -20,7 +20,7 @@ exclude = [
20
# Enable specific rule sets
21
select = [
22
"E", # pycodestyle errors
23
- "W", # pycodestyle warnings
+ "W", # pycodestyle warnings
24
"F", # Pyflakes
25
"I", # isort
26
]
@@ -46,4 +46,4 @@ ignore = [
46
[tool.ruff.lint.isort]
47
# Configure import sorting to match current style
48
combine-as-imports = true
49
-force-sort-within-sections = true
+force-sort-within-sections = true
0 commit comments