returns
returns copied to clipboard
Update CHANGELOG and fix mypy compatibility for curry.partial
- Added a bugfix entry in CHANGELOG for
curry.partialcompatibility with mypy 1.6.1+. - Modified
inference.pyto use a local variable for argument inference context. - Added mypy configuration file and a test for
partialfunctionality intest_partial.py.
I have made things!
Checklist
- [x] I have double checked that there are no unrelated changes in this pull request (old patches, accidental config files, etc)
- [x] I have created at least one test case for the changes I have made
- [ ] I have updated the documentation for the changes I have made (since this is just fixing dependency issues, I didn't think a documentation update was necessary)
- [x] I have added my changes to the
CHANGELOG.md
Related issues
- Closes #1711
🙏 Please, if you or your company finds dry-python valuable, help us sustain the project by sponsoring it transparently on https://github.com/sponsors/dry-python. As a thank you, your profile/company logo will be added to our main README which receives hundreds of unique visitors per day.
@sobolevn , ready for your review whenever you have time. Thanks so much for the work you do 😃