TLDR
Enter a command. For example: crunch, doctl apps, forever, bundler.

pylint

 
A Python code linter. More information: https://pylint.pycqa.org/en/latest/.
 
  • Show lint errors in a file:
     
    pylint {{path/to/file.py}}
     
  • Lint a file and use a configuration file (usually named pylintrc):
     
    pylint --rcfile {{path/to/pylintrc}} {{path/to/file.py}}
     
  • Lint a file and disable a specific error code:
     
    pylint --disable {{C,W,no-error,design}} {{path/to/file}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.