You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Format with shed.
Lint in CI with flake8.
Typecheck in CI with pyright (way faster, seems to get new features sooner than mypy, and built into vscode).
Consider also adding pre-commit hooks (and https://pre-commit.ci) for all these things. I somewhat dislike the slowdown of pre-commit hooks, but overall they are nicer than CI failures!
The text was updated successfully, but these errors were encountered:
Format with shed.
Lint in CI with flake8.
Typecheck in CI with pyright (way faster, seems to get new features sooner than mypy, and built into vscode).
Consider also adding pre-commit hooks (and https://pre-commit.ci) for all these things. I somewhat dislike the slowdown of pre-commit hooks, but overall they are nicer than CI failures!
The text was updated successfully, but these errors were encountered: