Pycharm
![[Pycharm] code inspection disable 방법 (PEP 8 disable)](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FllIPY%2FbtqxLdGfqbg%2FKkGrXUpHiWP9Wr9RySZHMk%2Fimg.png)
[Pycharm] code inspection disable 방법 (PEP 8 disable)
pycharm에서 코드를 작성하다보면 위와 같이 코드 검열을 자동으로 하게되는데 스타일이 맞지않으면 초록색 물결로 표시가 된다. 이부분이 거슬려 disable 하는 방법을 기록한다. [In Pycharm] 1. [ Ctrl + Alt + S ] KEY 로 설정에 진입 2. Editor > inspections > Python > PEP 8 coding style violation Unchecked 깔끔!