Python Linting#
2025-05-07
1 min read time
The following list of tools is used for checking correctness in Python code. These tools are set up to run as git pre-commit hooks via pre-commit.
Some non-Python-specific hooks are also enabled:
Check
yaml,toml, andjsonvalidityCheck for no trailing whitespaces and additional newline at the end of files