Skip to content

Instantly share code, notes, and snippets.

@lucasnad27
Created August 18, 2016 23:41
Show Gist options
  • Save lucasnad27/3c3ccfeb8038458f6d6fcc00e350cf7b to your computer and use it in GitHub Desktop.
Save lucasnad27/3c3ccfeb8038458f6d6fcc00e350cf7b to your computer and use it in GitHub Desktop.
{
"build_systems":
[
{
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"name": "Anaconda Python Builder",
"selector": "source.python",
"shell_cmd": "\"/Users/luke/.pyenv/versions/kris-kringle/bin/python\" -u \"$file\""
}
],
"folders":
[
{
"folder_exclude_patterns":
[
"vm"
],
"path": ".",
"follow_symlinks": true
}
],
"settings":
{
"anaconda_linting": true,
"anaconda_linting_behaviour": "always",
"extra_paths":
[
"/Users/luke/dev/kris-kringle/src/contrib/autbase",
"/Users/luke/dev/kris-kringle/src/contrib/swagger-ui-2.1.4",
"/Users/luke/dev/kris-kringle/src"
],
"python_interpreter": "/Users/luke/.pyenv/versions/kris-kringle/bin/python",
"validate_imports": true,
"pep8_max_line_length": 99,
"todoreview": {
"exclude_folders": [
"*.git*",
"src/docs/static/*",
"src/contrib/swagger-ui-2.1.4/*",
"/contrib/apptemplate/src/*cookiecutters/*"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment