Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: handle 1.11 mypy upgrades #2184

Merged
merged 1 commit into from
Jul 23, 2024
Merged

Conversation

antazoey
Copy link
Member

What I did

fixes new mypy complaints and upgrades

How I did it

How to verify it

Checklist

  • All changes are completed
  • New test cases have been added
  • Documentation has been updated

@@ -201,7 +201,7 @@ def __getattr__(self, item):
def __getitem__(self, item):
return self._callback(item)

def get(self, item):
def get(self, item): # type: ignore[override]
Copy link
Member Author

Choose a reason for hiding this comment

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

basically consider this an interface and we are never using any other kwargs in the context it gets called

@antazoey antazoey merged commit ffd9ef2 into ApeWorX:main Jul 23, 2024
15 checks passed
@antazoey antazoey deleted the chore/mypy branch July 23, 2024 20:03
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.

2 participants