Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. {
  2. "python.pythonPath": "env/bin/python",
  3. "python.linting.pylintEnabled": true,
  4. "python.linting.enabled": true,
  5. "python.linting.pylintArgs": [
  6. "--disable=C0111", // missing docstring
  7. "--load-plugins=pylint_django,pylint_celery",
  8. ],
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement