Check indentation errors in python 🐍
Posted on 18 Oct 2020
Use tabnanny
in python standard library for this.
another way is to check if the files successfully compliles or not
Read more about
py_compile
Last updated
Posted on 18 Oct 2020
Use tabnanny
in python standard library for this.
another way is to check if the files successfully compliles or not
Read more about
py_compile
Last updated