Instagram / Fixit

Advanced Python linting framework with auto-fixes and hierarchical configuration that makes it easy to write custom in-repo lint rules.
https://fixit.rtfd.io/en/latest/
Other
666 stars 62 forks source link

QUESTION: Can fixit be used for languages other than Python? #419

Closed PaulSender closed 7 months ago

PaulSender commented 7 months ago

Sorry in advance if this is a stupid question but is fixit a general linter or a python specific linter? From testing it out, it seems to only lint the python files in my repo but wondering if it lint Typescript? If not, any recommended alternatives?

amyreese commented 7 months ago

Fixit is only for Python, and I don't know enough about Typescript to offer any suggestions.