-
-
Notifications
You must be signed in to change notification settings - Fork 17
update aoc to support 12 stars this year rather than all 25 #164
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
base: main
Are you sure you want to change the base?
update aoc to support 12 stars this year rather than all 25 #164
Conversation
Co-authored-by: lemonyte <49930425+lemonyte@users.noreply.github.com>
149becf to
e795694
Compare
janine9vn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Untested, but looks straightforward and nothing immediately bot breaking.
Conditional approval on issue opening for TODO in code.
| self.loop_task: tasks.Loop | None = None | ||
|
|
||
| self.is_running = False | ||
| self.is_running: bool = False |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this need an annotation? It should be inferable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was writing this code with pyright strict mode enabled. I can remove this if that's necessary.
closes #159
closes #160 (aoc daystar currently doesn't take a year as an option)
closes #158