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 1a2f930 commit aa89106Copy full SHA for aa89106
ruff.toml
@@ -5,9 +5,10 @@ extend = "pyproject.toml"
5
extend-select = [
6
# upstream
7
8
- "C901",
9
- "PERF401",
10
- "W",
+ "C901", # complex-structure
+ "I", # isort
+ "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