Skip to content

Instantly share code, notes, and snippets.

@maurofaccenda
Created March 29, 2021 11:04
Show Gist options
  • Save maurofaccenda/a6f927ef981e71b373810bbf305c07a4 to your computer and use it in GitHub Desktop.
Save maurofaccenda/a6f927ef981e71b373810bbf305c07a4 to your computer and use it in GitHub Desktop.
[MASTER]
init-hook="if os.environ.get('VIRTUAL_ENV'): sys.path.append(os.path.join(os.environ['VIRTUAL_ENV'], 'lib', 'site-packages'))"
load-plugins=pylint_quotes
[MESSAGES CONTROL]
disable=missing-docstring, missing-class-docstring, missing-module-docstring, too-few-public-methods
[REPORTS]
format=parseable
[FORMAT]
max-line-length=120
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment