Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 860 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 860 Bytes

jay_lint

Build and Test License: MIT

This is my attempt in making my own linter using Please from Thought Machine and the python ast library

Install it via pip

pip install jay_lint

To install, on the root directory run:

pip install .

How to use?

After installing, simply run jays-linter followed by your file name. eg:

jays-linter <test.py>

How to use 'fix'?

Same as before, just add --fix after the file name eg:

jays-linter --fix <test.py>