Command-line Tools¶
sleek¶
Sleek is a CLI tool for formatting SQL. It helps you maintain a consistent style across your SQL code, enhancing readability and productivity.
sqlfluff¶
The command sqlfluff fix
can be used to fix issues (including formatting issues) in SQL code.
It can be used as a tool to format SQL code.
However,
sqlfluff fix
Hands on the Rust Crate lru
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Ruff Is An Extremely Fast Python Linter Written in Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
https://github.com/pylint-dev/pylint/blob/47cb11f4cb01a61f83d915d88e828f103a479980/pyproject.toml
Profile Rust Applications Using Flamegraph
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips and Traps
Manipulate Pull Requests Using GitHub Rest APIs
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!