Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 282 Bytes

DevGuide.md

File metadata and controls

3 lines (3 loc) · 282 Bytes

Tooling

  • 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 to basic.