Skip to content

Commit

Permalink
Add scentence really explaining B041
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Oct 31, 2024
1 parent 95f8791 commit 07a5676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ second usage. Save the result to a list if the result is needed multiple times.

**B040**: Caught exception with call to ``add_note`` not used. Did you forget to ``raise`` it?

**B041**: Repeated key-value pair in dictionary literal.
**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.

Opinionated warnings
~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 07a5676

Please sign in to comment.