Created
August 18, 2016 23:41
-
-
Save lucasnad27/3c3ccfeb8038458f6d6fcc00e350cf7b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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