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
pylint, black (pyink is forked from back) have an alternative in the Rust-written much-faster and more popular ruff.
pytype has many alternatives, like the Rust-written Pyrefly from Meta or ty (the latter from the same people as ruff).
Additional Context
I can make the changes to support this new approach, including adding new pre-commit-hooks and updating the codebase to be both conformant and compliant.