-
Notifications
You must be signed in to change notification settings - Fork 2
General update of the project #7
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
base: main
Are you sure you want to change the base?
Conversation
26f61d1 to
a027a93
Compare
| - name: Run Ruff linter | ||
| run: uv run ruff check src/ --output-format=github | ||
|
|
||
| - name: Run Pyright |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Juste pour mon information, pyright remplace mypy ? Je connaissais pas.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Depuis peu je suis passé sur pyright, qui est actuellement le type checker le plus compliant avec la spec: https://htmlpreview.github.io/?https://github.com/python/typing/blob/main/conformance/results/results.html (et utilisant VSCode, c'est plus simple d'avoir les diagnostics directement dans l'IDE -- mypy étant utilisable uniquement en CLI et pas en language server)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Je suis aussi sous VSCode, je vais avoir quelques projets à migrer. Merci pour l’information !
No description provided.