This is my attempt in making my own linter using Please from Thought Machine and the python ast library
pip install jay_lintpip install .After installing, simply run jays-linter followed by your file name.
eg:
jays-linter <test.py>Same as before, just add --fix after the file name
eg:
jays-linter --fix <test.py>