-
Notifications
You must be signed in to change notification settings - Fork 9
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
CI setup with Justfiles #29
Conversation
Yes, we should avoid reformatting the Python code until the currently in-flight Python pull requests are merged in. Do all of the checks pass currently (especially Mypy)? |
These two checks did not pass:
Mypy in detail:
|
One thing that I didn't see in the CI file was flake checks, can we get a CI step that runs |
Yes, please add the check that @Ex-32 mentioned. |
Can you try to fix as many of the type errors that you can? Some of them are just asking to remove a type-ignore comment. The other one about overload confuses me, and perhaps you could look in to how to tell My about method overloads. |
Implemented this, the test did not pass though. |
Will do this, though it would be easier for me to open a separate PR for this. |
flake.nix
.flake.nix
.P.S: I did not push the code formatting done by
just
since there would have been a lot of file changes