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

py39 + black + typing + typehints #61

Merged
merged 1 commit into from
Jan 17, 2024
Merged

Conversation

JaskRendix
Copy link
Contributor

@JaskRendix JaskRendix commented Jan 17, 2024

PR:

  • bumps to python 3.9;
  • blacks everything (ln88);
  • replaces List with list, Dict with dict, etc.;
  • moves Sequence, etc into collections.abc;
  • gets rid of some typehints: 382 > 316 (mostly missing returns, the most evident -> None, there are others, but it's a first step)

In the #59 I went further, but it's better to take baby steps.

@JaskRendix JaskRendix changed the title py39 py39 + black + typing + typehints Jan 17, 2024
@bitcraft
Copy link
Owner

thanks for the cleanup, looks great

@bitcraft bitcraft merged commit 988c436 into bitcraft:master Jan 17, 2024
4 checks passed
@JaskRendix JaskRendix deleted the py39 branch January 17, 2024 18:00
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