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

Solve pyright errors for util/snake #348

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

JosseVanDelm
Copy link
Contributor

I'm trying to get rid of some pyright errors, but some are quite difficult to solve.
Things I learned:

  • Pandas has a pandas-stubs library that needs to be installed to be able to even do type checking.
  • Pandas-stubs does not fully conform to pyright's strict mode (this can be overridden with a specific pyrightconfig.json file though.

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.

1 participant