plotly / dash-bio

Open-source bioinformatics components for Dash
https://dash-gallery.plotly.host/Portal/?search=Bioinformatics
MIT License
531 stars 191 forks source link

CircleCI checks are failing due to pylint and flake8 errors in most demo apps `.py` files #111

Closed Bachibouzouk closed 5 years ago

Bachibouzouk commented 5 years ago

Should help to close #93. WIP in #110.

Bachibouzouk commented 5 years ago

Example_79_char_limit

Setting the limit at 79 characters might pose some readability problems as in the apps, the nested divs quickly fill the space... How can we handle this issue in CircleCI? Ie only ignoring certain E501 (line too long) ?

Bachibouzouk commented 5 years ago

pylint view our callbacks definitions as unused variable, we would need a way to make it accept those

Bachibouzouk commented 5 years ago

closed in #110