zulip / python-zulip-api

Python library for the Zulip API.
https://zulip.com/api/
Apache License 2.0
355 stars 357 forks source link

Fix recent linter errors #780

Closed PIG208 closed 1 year ago

PIG208 commented 1 year ago

Newer pull requests are getting linter errors to reformat files due to updates in the upstream. This reformats the affected files using black, and pin it in requirements.txt; fixes a mypy error for a missing return type annotation. However, I think we need to look into options like Poetry to do dependencies versioning properly in future follow-ups.

timabbott commented 1 year ago

Merged, thanks @PIG208!