Guest User

Untitled

a guest
Feb 21st, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. {
  2. "pep8_max_line_length": 110,
  3. "validate_imports": true,
  4. "anaconda_linter_mark_style": "outline",
  5. "anaconda_linter_underlines": true,
  6. "anaconda_linter_show_errors_on_save": true,
  7. "pep8_ignore": [
  8. "E309",
  9. "E226"
  10. ]
  11. }
Add Comment
Please, Sign In to add comment