Closed HelloFive closed 3 years ago
nice - Could you remove disabling comments that were added to .pylintrc?
eg; # pylint: disable=too-many-locals, too-many-branches, too-many-statements
remove theses lines
and I thinkg we can ignore broad-except
on error catch as well
Befor putting PR (put x in bracket if you ran it.);
pylint $(git ls-files '*.py')
passesOverview
Describe your pull request. Attach github issue link
Changes:
pre-push
topre-commit
pylint --rcfile=.pylintrc $(git ls-files '*.py')
which will run against all *.py in this directory