PyCQA / isort

A Python utility / library to sort imports.
https://pycqa.github.io/isort/
MIT License
6.53k stars 583 forks source link

Update line_length and single_line_exclusions in google profile #2149

Open jagapiou opened 1 year ago

jagapiou commented 1 year ago

Updated the google profile to match the style guide

staticdev commented 1 year ago

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

jagapiou commented 1 year ago

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 commented 1 year ago

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

staticdev commented 1 year ago

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

jagapiou commented 1 year ago

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.