All code within TeleTracking's organization should meet our core code standards. As such, this repo should have
- A build process that executes on every commit and before a merge can happen.
- All code should be linted.
- All code should provide type hinting.
- All code should be checked for type safety using pytype
- Code should have proper unit tests.
All code within TeleTracking's organization should meet our core code standards. As such, this repo should have