10000 MAINT Rules E721 and F841 are not in preview anymore · scikit-learn/scikit-learn@cd423c7 · GitHub
[go: up one dir, main page]

Skip to content

Commit cd423c7

Browse files
MAINT Rules E721 and F841 are not in preview anymore
1 parent ef59a57 commit cd423c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,11 @@ ignore=[
156156
"E731",
157157
# do not use variables named 'l', 'O', or 'I'
158158
"E741",
159-
# E721 is in preview (july 2024) and gives many false positives.
159+
# E721 gives many false positives.
160160
# Use `is` and `is not` for type comparisons, or `isinstance()` for
161161
# isinstance checks
162162
"E721",
163-
# F841 is in preview (july 2024), and we don't care much about it.
163+
# we don't care much about F841.
164164
# Local variable ... is assigned to but never used
165165
"F841",
166166
# `try`-`except` within a loop incurs performance overhead

0 commit comments

Comments
 (0)
0