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 ae625b5 commit f150781Copy full SHA for f150781
.ruff.toml
@@ -19,8 +19,6 @@ select = [
19
"E402"
20
]
21
"**/{test,docs}/*" = [
22
- # import violations
23
- "E402",
24
# https://docs.astral.sh/ruff/rules/magic-value-comparison/
25
"PLR2004"
26
0 commit comments