0

Was successfull to enable VS Code with PEP8 based on https://code.visualstudio.com/docs/python/linting#_pep8

However,now I need to specify a list of PEP8 errors to ignore. How would I do that?

El Dude
  • 5,328
  • 11
  • 54
  • 101
  • You set those options in your [project config](http://pep8.readthedocs.io/en/latest/intro.html#configuration) and VS Code should read it. –  Nov 20 '17 at 22:25
  • 2
    Possible duplicate of [Visual studio code suppress pep8 warnings](https://stackoverflow.com/questions/40831593/visual-studio-code-suppress-pep8-warnings) – Kara Nov 20 '17 at 23:10

0 Answers0