Skip to content

ZJay07/jay_lint

Repository files navigation

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>

About

Personal python Linter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published