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 b7d4b6e commit b00e9ddCopy full SHA for b00e9dd
ruff.toml
@@ -8,7 +8,6 @@ extend-select = [
8
"C901", # complex-structure
9
"I", # isort
10
"PERF401", # manual-list-comprehension
11
- "W", # pycodestyle Warning
12
13
# Ensure modern type annotation syntax and best practices
14
# Not including those covered by type-checkers or exclusive to Python 3.11+
0 commit comments