Skip to content

Instantly share code, notes, and snippets.

@456dev
Last active September 29, 2021 08:10
Show Gist options
  • Save 456dev/cc3f6472391a8ae359be06547b07cdb2 to your computer and use it in GitHub Desktop.
Save 456dev/cc3f6472391a8ae359be06547b07cdb2 to your computer and use it in GitHub Desktop.
pymine settings.json
{
"python.linting.enabled": true,
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.mypyEnabled": false,
"python.linting.pydocstyleEnabled": true,
"python.linting.pycodestyleEnabled": false,
"python.linting.prospectorEnabled": false,
"python.linting.pylamaEnabled": false,
"python.linting.banditEnabled": true,
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.testing.pytestArgs": ["tests"],
"autoDocstring.docstringFormat": "sphinx",
"python.formatting.provider": "black",
"editor.rulers": [100],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment