-
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!
Google Java Format is a good formatter for Java code. It can be used with Gradle or as an IntelliJ plugin. The article Integrate Google Java Style Guide in a Java …