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 c509e21 commit 1460749Copy full SHA for 1460749
pyproject.toml
@@ -92,7 +92,7 @@ ignore = ["E203", # Whitespace before punctuation
92
# Newly added
93
"C901", # Complex name
94
"E501", # Line length, as enforced by black, but black ignores comments
95
- "E721" # Type comparison
+ "E721", # Type comparison
96
"B905" # zip without strict
97
]
98
# W504 is not supported by ruff and does not need to be excluded
0 commit comments