Enable pylint for python/taichi folder #3107
Comments
|
How to handle unused imports and unused variables? |
|
@deepakdinesh1123 We'll be happy to get rid of them! For example, you can run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently if you run
pylint python/taichi/there're a lot of warnings/errors. We'd like to get rid of these and run pylint in CI.Also in
.pylintrcwe skip a few checkers but it'd be nice to enable some of them back, e.g. import-outside-toplevel.This work is good for new contributors, and you're welcome to submit one PR per pylint checker/rule.
The text was updated successfully, but these errors were encountered: