Skip to content

Instantly share code, notes, and snippets.

@sireliah
Created January 4, 2019 09:53
Show Gist options
  • Select an option

  • Save sireliah/9beb0e6af055f9faa99505c344bf5474 to your computer and use it in GitHub Desktop.

Select an option

Save sireliah/9beb0e6af055f9faa99505c344bf5474 to your computer and use it in GitHub Desktop.
sublime configs
// Anaconda
{
"pep8_max_line_length": 119,
"pep8": true,
"python_interpreter": "python3.7",
"anaconda_linting": true,
"mypy": true,
"mypy_mypypath": "/usr/bin/mypy",
"mypy_silent_imports": true,
"pep8_ignore":
[
"D102"
]
}
// PEP8
{
"pep8_max_line_length": 119,
"popup": false,
"pyflakes_nodoctest": true,
"python_interpreter": "/usr/bin/python3.6",
"highlight": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment