FOSSEE / eSim

This repository contain source code for new flow of FreeEDA now know as eSim
GNU General Public License v3.0
84 stars 72 forks source link

Minor changes to NgVeri.py #183

Closed rohinthram closed 2 years ago

pep8speaks commented 2 years ago

Hello @rohinthram! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 119:16: E713 test for membership should be 'not in' Line 121:80: E501 line too long (80 > 79 characters) Line 127:80: E501 line too long (80 > 79 characters) Line 128:58: W291 trailing whitespace Line 195:9: E265 block comment should start with '# ' Line 202:9: E265 block comment should start with '# ' Line 209:9: E265 block comment should start with '# ' Line 216:9: E265 block comment should start with '# '

Comment last updated at 2022-02-08 12:41:52 UTC