You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This goes against Starbase's default, but the reformatting is possibly quite noisy (git-black-wise). We could go either way, so we should discuss and make a decision.
The text was updated successfully, but these errors were encountered:
It's probably worth discussing the starbase value too. It's currently at 88 because that's the default in tools like black and because it inherited those numbers from charmcraft (which seems to have used those numbers because they were the default).
I did a quick scan and charmcraft had around 800 lines code exceed 88 line length. find . -iname "*.py" -exec cat {} \; | awk '{print length}' | sort -g | uniq -c
I am ok with 88, 99, or 100. Maybe we should see if our display can easily show them in one screen.
This goes against Starbase's default, but the reformatting is possibly quite noisy (git-black-wise). We could go either way, so we should discuss and make a decision.
The text was updated successfully, but these errors were encountered: