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

Added the Makerchip Files #178

Closed Eyantra698Sumanto closed 2 years ago

Eyantra698Sumanto commented 2 years ago

This pull request contains the files necessary for the NgVeri-makerchip of eSim

pep8speaks commented 2 years ago

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

Line 576:1: E305 expected 2 blank lines after class or function definition, found 0 Line 576:3: E225 missing whitespace around operator Line 576:5: E225 missing whitespace around operator Line 576:7: E225 missing whitespace around operator Line 577:13: E116 unexpected indentation (comment) Line 578:13: E113 unexpected indentation Line 584:7: E225 missing whitespace around operator Line 586:17: E113 unexpected indentation

Line 257:80: E501 line too long (80 > 79 characters) Line 298:80: E501 line too long (86 > 79 characters) Line 384:80: E501 line too long (97 > 79 characters) Line 386:80: E501 line too long (96 > 79 characters) Line 388:80: E501 line too long (97 > 79 characters) Line 389:80: E501 line too long (149 > 79 characters) Line 635:80: E501 line too long (80 > 79 characters) Line 663:80: E501 line too long (86 > 79 characters) Line 683:80: E501 line too long (97 > 79 characters) Line 687:80: E501 line too long (112 > 79 characters) Line 693:80: E501 line too long (103 > 79 characters)

Comment last updated at 2022-01-29 14:59:12 UTC