You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,7 @@ second usage. Save the result to a list if the result is needed multiple times.
205
205
206
206
**B040**: Caught exception with call to ``add_note`` not used. Did you forget to ``raise`` it?
207
207
208
-
**B041**: Repeated key-value pair in dictionary literal.
208
+
**B041**: Repeated key-value pair in dictionary literal. Only emits errors when the key's value is *also* the same, being the opposite of the pyflakes like check.
0 commit comments