Python Linting#
Applies to Linux and Windows
2024-06-24
2 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
, andjson
validityCheck for no trailing whitespaces and additional newline at the end of files