-
vulture finds unused code in Python programs. It is useful for cleaning up and finding errors in large code bases.
Testing
Typing Checker
Lint Python Scripts
ruff
ruff is an extremely fast Python linter, written in Rust. It is preferred to other …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
uvx ty check
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
ctrl+x ctrl+eThe shortcut ctrl+x ctrl+e edits a bash prompt using $EDITOR in terminals.
However,
this doesn't work out-of-the-box in the teminal in Visual …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
A bash prompt can be editted in both Vi mode and Emacs mode.
The default is Emacs mode.
You can turn on the Vi mode by set -o vi in .bashrc …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!