Home  >  Article  >  Backend Development  >  JetBrains Python ignore PEP rrors

JetBrains Python ignore PEP rrors

WBOY
WBOYOriginal
2024-09-06 06:03:42814browse

I use IntelliJ IDEA, and I wanted to remove the PEP 8 rule > 120 characters warning.

This can be done in Settings -> Editor -> Inspections -> PEP 8 naming convention violation -> Ignored errors.

JetBrains Python ignore PEP rrors

References:

  • https://peps.python.org/pep-0008/
  • https://pep8.readthedocs.io/en/latest/intro.html#error-codes

The above is the detailed content of JetBrains Python ignore PEP rrors. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn