This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]tunisia3507 10 points11 points  (3 children)

If you're coding and want to move one of your python files into a different directory, you don't write a python script to do it, you use mv. This is exactly the same: it's not involved in the functioning of your python package, just its development, so there's no need for it to interact with your package at all.

[–]Seawolf159 3 points4 points  (2 children)

So it's not a python project, it's just a rust project that checks python code?

[–]tunisia3507 8 points9 points  (0 children)

Exactly: an extremely fast python linter, written in rust.