We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f087fb4 commit 30f940eCopy full SHA for 30f940e
ruff.toml
@@ -1,6 +1,7 @@
1
[lint]
2
extend-select = [
3
"C901",
4
+ "PERF401",
5
"W",
6
]
7
ignore = [
0 commit comments