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

mypy cache issue in the github actions #19

Closed
aaronkaplan opened this issue Feb 16, 2023 · 3 comments
Closed

mypy cache issue in the github actions #19

aaronkaplan opened this issue Feb 16, 2023 · 3 comments
Assignees

Comments

@aaronkaplan
Copy link
Contributor

Hi, when merging in #18 you will see that the github actions break in mypy.

I did a bit of research and it seems that this error is discussed also here python/mypy#2960.
One trick could be to pass the parameter --cache-dir=/dev/null to mypy.

You might want to consider this.

@Rafiot
Copy link
Contributor

Rafiot commented Feb 16, 2023

It's failing because a few ignored lines don't need to be ignored anymore. I'll fix that later.

@Rafiot Rafiot self-assigned this Feb 16, 2023
aaronkaplan added a commit to aaronkaplan/IPASN-History that referenced this issue Feb 16, 2023
@aaronkaplan
Copy link
Contributor Author

aaronkaplan commented Feb 16, 2023 via email

@Rafiot
Copy link
Contributor

Rafiot commented Feb 16, 2023

all good, fixed.

@Rafiot Rafiot closed this as completed Feb 16, 2023
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 a pull request may close this issue.

2 participants