scylladb / scylla-machine-image

Apache License 2.0
18 stars 25 forks source link

[DRAFT] Add python type hinting on our scripts and run type checking #451

Open syuu1228 opened 1 year ago

syuu1228 commented 1 year ago

To reduce runtime error on our code, and also improve code stability, add python type hinting on python code, and run type checking on github CI.