isort icon indicating copy to clipboard operation
isort copied to clipboard

Update line_length and single_line_exclusions in google profile

Open jagapiou opened this issue 2 years ago • 5 comments

Updated the google profile to match the style guide

jagapiou avatar Jun 29 '23 18:06 jagapiou

@jagapiou do you maybe have a link of those changes?

staticdev avatar Jun 30 '23 05:06 staticdev

Line-length exemption for imports: https://google.github.io/styleguide/pyguide.html#32-line-length Allowing multiple imports from collections.abc: https://google.github.io/styleguide/pyguide.html#313-imports-formatting

jagapiou avatar Jul 05 '23 12:07 jagapiou

@staticdev just a ping on this in case it slipped your notifications. Anything else you need me to do?

jagapiou avatar Jul 19 '23 01:07 jagapiou

Sorry for missing this @jagapiou . I see all checks are failing, we cannot merge like this.

staticdev avatar Sep 29 '23 17:09 staticdev

No probs :-) I think those failures weren't my change, but the main it was based on. I've rebased, not sure how to run the checks.

jagapiou avatar Sep 29 '23 18:09 jagapiou