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

Add type checking to lint #1337

Merged
merged 6 commits into from
Nov 1, 2023
Merged

Conversation

alifeee
Copy link
Collaborator

@alifeee alifeee commented Oct 31, 2023

closes #1321

I have added mypy type checking to the lint workflow, so it now runs when you run

tox -e lint

I also fixed some typing problems. mypy now runs without error.

Is there anything else to type @lavigne958? or is this everything?

@alifeee alifeee added this to the 6.0.0 milestone Oct 31, 2023
@alifeee alifeee self-assigned this Oct 31, 2023
@alifeee alifeee mentioned this pull request Oct 31, 2023
@bpshaver
Copy link

bpshaver commented Oct 31, 2023

Consider #1340 a suggestion. You can only install strenum if the python version is below 3.11.

@lavigne958
Copy link
Collaborator

...
Is there anything else to type @lavigne958? or is this everything?

yes this looks like everything we miss, typing passes fine. 👍 good job !

@lavigne958
Copy link
Collaborator

Consider #1340 a suggestion. You can only install strenum if the python version is below 3.11.

Hi @bpshaver I'm sorry but as I mentioned it in #1340 I don't think we need some kind of filters on the python version for StrEnum

@alifeee alifeee merged commit ef67b7b into feature/release_6_0_0 Nov 1, 2023
10 checks passed
@alifeee alifeee deleted the 1321-add-missing-type-hints branch November 1, 2023 17:16
@alifeee alifeee mentioned this pull request Jan 26, 2024
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.

3 participants