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

Enable deferred annotations everywhere and fix annotations and comments #206

Merged
merged 4 commits into from
Jan 4, 2024

Conversation

jeremyestein
Copy link
Contributor

Not sure how to enforce use of from __future__ import annotations in all files, but I've added it to all existing ones and performed the fixes that logically followed.

Copy link
Contributor

@stefpiatek stefpiatek left a comment

Choose a reason for hiding this comment

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

Could be a bit OTT adding to every file, but not strongly held and we can always get rid of these lines when we update python version easily so let's go!

@jeremyestein jeremyestein merged commit 38c5040 into main Jan 4, 2024
8 checks passed
@jeremyestein jeremyestein deleted the jeremy/deferred-annotations branch January 4, 2024 12:24
jeremyestein added a commit that referenced this pull request Jan 4, 2024
Enable deferred annotations everywhere and fix annotations and comments (#206)

* Defer annotations in all files and fix some pre-existing comment quirks

* Applied ruff fixes with and without `--unsafe-fixes` flag

* Some manual fixes
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