Dvc: gc: unused arguments

Created on 23 May 2019  路  2Comments  路  Source: iterative/dvc

bug p2-medium

Most helpful comment

We have many arguments in many functions and methods, which might be not used. It could be beneficial adding pylint or other tool to check it to our pipeline.

All 2 comments

We have many arguments in many functions and methods, which might be not used. It could be beneficial adding pylint or other tool to check it to our pipeline.

@Suor Yes, we've been planning to enable pylint as a forced check along black and flake8 for a long time now, but just didn't have time to go through the code base and clean everything up(e.g. with docstring checks disabled for now, since fixing those is too much hustle).

Was this page helpful?
0 / 5 - 0 ratings

Related issues

robguinness picture robguinness  路  3Comments

shcheklein picture shcheklein  路  3Comments

tc-ying picture tc-ying  路  3Comments

anotherbugmaster picture anotherbugmaster  路  3Comments

mdscruggs picture mdscruggs  路  3Comments