COWestSlopeTech / project-kronos

MIT License
0 stars 1 forks source link

Add a linter to the project #28

Closed tstirrat15 closed 4 years ago

tstirrat15 commented 5 years ago

This'll help keep code clean across the app and remove gotchas for people new to Python.

There's a few different options, though:

Plus others that I'm not aware about. Thoughts? I've only used flake8, and while it's useful, I don't like it as much as a tool like eslint (the other linter that I've a good amount of experience with).

tstirrat15 commented 5 years ago

I hear good things about Black.

tstirrat15 commented 4 years ago

Black is a formatter, not a linter. I imagine Prettier is going to be the same.

justinlewis commented 4 years ago

We also need to add MyPy to utilize typing.

tstirrat15 commented 4 years ago

I'mma make that a separate issue.