Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.46 KB | None | 0 0
  1. {
  2.     "enable_signatures_tooltip": false,
  3.     "enable_docstrings_tooltip": false,
  4.     "disable_anaconda_completion": true,
  5.     "anaconda_linting_behaviour": "save-only",
  6.     "anaconda_linter_mark_style": "none",
  7.     "anaconda_linter_underlines": false,
  8.     "anaconda_gutter_theme": "retina",
  9.     "pep8_ignore":
  10.     [
  11.         "E129",
  12.         "E302",
  13.         "E305",
  14.         "E309",
  15.         "E722",
  16.         "E731"
  17.     ],
  18.     "swallow_startup_errors": true
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement