Skip to content

Commit f150781

Browse files
committed
remove unused rule
1 parent ae625b5 commit f150781

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.ruff.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ select = [
1919
"E402"
2020
]
2121
"**/{test,docs}/*" = [
22-
# import violations
23-
"E402",
2422
# https://docs.astral.sh/ruff/rules/magic-value-comparison/
2523
"PLR2004"
2624
]

0 commit comments

Comments
 (0)