- Formatter: We use
black
for formatting with the default options. - Type Checker: We use Pylance for type checking. It's the built-in type checker shipped with the VSCode Python plugin and can be enabled by setting
Python > Anlaysis > Type Checking Mode
tobasic
.