Skip to content

Conversation

euresti
Copy link
Contributor

@euresti euresti commented Oct 9, 2019

It still works it just emits a warning so there's no need for mypy to freak out about it.

...

@attrs(cmp=False, eq=True) # E: Don't mix `cmp` with `eq' and `order` # E: cmp is deprecated, use eq and order
@attrs(cmp=False, eq=True) # E: Don't mix `cmp` with `eq' and `order`
Copy link
Member

@ilevkivskyi ilevkivskyi Oct 9, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just noticed the old-school quotes here :-) I mean `...' is great, but we are now moving towards unifying all error messages on using plain boring double quotes. So it would be great to update this (possibly in a separate PR).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants