ocf / slackbridge

Bridge between IRC and Slack running on Kubernetes
Other
12 stars 10 forks source link

Strict mypy take 2 #69

Closed ethanhs closed 5 years ago

ethanhs commented 5 years ago

The main 2 differences are in the last commit, namely use that sweet from __future__ import annotations and this fixes an import cycle that would otherwise be introduced by importing the IRCBot types into the messages file.

ethanhs commented 5 years ago

If there are no other comments I will merge this later today.