We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should lint our code before commiting
The text was updated successfully, but these errors were encountered:
For now...
$ flake8 Moo/play $ pylint Moo/play
Sorry, something went wrong.
$ flake8 Moo/play Moo/play/__init__.py:1:1: F401 '.lib' imported but unused Moo/play/__init__.py:2:1: F401 '.config' imported but unused Moo/play/__init__.py:4:1: F401 '.albums.MooAlbums' imported but unused Moo/play/__init__.py:5:1: F401 '.search.MooSearch' imported but unused
$ pylint Moo/play ************* Module Moo.play ... Your code has been rated at 9.92/10 (previous run: 9.92/10, +0.00)
siznax
No branches or pull requests
We should lint our code before commiting
The text was updated successfully, but these errors were encountered: