Skip to content

Update line_length and single_line_exclusions in google profile#2149

Merged
staticdev merged 1 commit intoPyCQA:mainfrom
jagapiou:google
Jan 15, 2025
Merged

Update line_length and single_line_exclusions in google profile#2149
staticdev merged 1 commit intoPyCQA:mainfrom
jagapiou:google

Conversation

@jagapiou
Copy link
Copy Markdown
Contributor

@jagapiou jagapiou commented Jun 29, 2023

Updated the google profile to match the style guide

@staticdev
Copy link
Copy Markdown
Collaborator

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

@jagapiou
Copy link
Copy Markdown
Contributor Author

jagapiou commented Jul 5, 2023

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
Copy link
Copy Markdown
Contributor Author

jagapiou commented Jul 19, 2023

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

Comment thread isort/profiles.py Outdated
@jagapiou jagapiou requested a review from dseomn September 29, 2023 09:01
@jagapiou jagapiou changed the title Update google profile Update single_line_exclusions in google profile Sep 29, 2023
@jagapiou jagapiou changed the title Update single_line_exclusions in google profile Update line_length and single_line_exclusions in google profile Sep 29, 2023
@staticdev
Copy link
Copy Markdown
Collaborator

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

@jagapiou
Copy link
Copy Markdown
Contributor Author

jagapiou commented Sep 29, 2023

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.

Copy link
Copy Markdown
Member

@DanielNoord DanielNoord left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Part of this is also included in #2328

@staticdev
Copy link
Copy Markdown
Collaborator

@jagapiou sorry for super long time but let's merge. Thanks!

@staticdev staticdev merged commit 0bd2403 into PyCQA:main Jan 15, 2025
@jagapiou
Copy link
Copy Markdown
Contributor Author

No probs, thank you!

@jagapiou jagapiou deleted the google branch January 16, 2025 09:42
736-c41-2c1-e464fc974 added a commit to Swiss-Armed-Forces/Loom that referenced this pull request Feb 20, 2026
This MR contains the following updates:

| Package | Type | Update | Change | OpenSSF |
|---|---|---|---|---|
| [isort](https://github.com/PyCQA/isort) ([changelog](https://github.com/PyCQA/isort/releases)) | dev | major | `^5.13.2` → `^7.0.0` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/PyCQA/isort/badge)](https://securityscorecards.dev/viewer/?uri=github.com/PyCQA/isort) |

---

### Release Notes

<details>
<summary>PyCQA/isort (isort)</summary>

### [`v7.0.0`](https://github.com/PyCQA/isort/releases/tag/7.0.0)

[Compare Source](PyCQA/isort@6.1.0...7.0.0)

#### Changes

#### 💥 Breaking Changes

- Drop support for Python 3.9 ([#&#8203;2430](PyCQA/isort#2430)) [@&#8203;DanielNoord](https://github.com/DanielNoord)

#### 🚀 Features

- Show absolute paths in skipped file messages ([#&#8203;2416](PyCQA/isort#2416)) [@&#8203;pranlawate](https://github.com/pranlawate)

#### 🪲 Fixes

- Some fixes for Python 3.14 ([#&#8203;2433](PyCQA/isort#2433)) [@&#8203;DanielNoord](https://github.com/DanielNoord)
- Test on `3.14` and fix any bugs ([#&#8203;2425](PyCQA/isort#2425)) [@&#8203;DanielNoord](https://github.com/DanielNoord)
- Update CHANGELOG.md + Fix Formatting and Grammar ([#&#8203;2419](PyCQA/isort#2419)) [@&#8203;lukbrew25](https://github.com/lukbrew25)
- Fix output of hanging indent for long lines with noqa ([#&#8203;2407](PyCQA/isort#2407)) [@&#8203;matan1008](https://github.com/matan1008)

#### :construction\_worker: Continuous Integration

- Format with `ruff` instead of `black` ([#&#8203;2432](PyCQA/isort#2432)) [@&#8203;DanielNoord](https://github.com/DanielNoord)
- Target 3.10 for `ruff` ([#&#8203;2431](PyCQA/isort#2431)) [@&#8203;DanielNoord](https://github.com/DanielNoord)
- Update development dependencies to latest version ([#&#8203;2426](PyCQA/isort#2426)) [@&#8203;DanielNoord](https://github.com/DanielNoord)
- docs: update pre-commit examples to version 6.1.0 ([#&#8203;2413](PyCQA/isort#2413)) [@&#8203;pranlawate](https://github.com/pranlawate)
- Small cleanup for developer environment ([#&#8203;2418](PyCQA/isort#2418)) [@&#8203;DanielNoord](https://github.com/DanielNoord)

#### 📦 Dependencies

- Bump actions/setup-python from 5 to 6 in the github-actions group ([#&#8203;2411](PyCQA/isort#2411)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)

### [`v6.1.0`](https://github.com/PyCQA/isort/blob/HEAD/CHANGELOG.md#610-October-1-2025)

[Compare Source](PyCQA/isort@6.0.1...6.1.0)

- Add python 3.14 classifier and badge ([#&#8203;2409](PyCQA/isort#2409)) [@&#8203;staticdev](https://github.com/staticdev)
  - Drop use of non-standard pkg\_resources API ([#&#8203;2405](PyCQA/isort#2405)) [@&#8203;dvarrazzo](https://github.com/dvarrazzo)

### [`v6.0.1`](https://github.com/PyCQA/isort/blob/HEAD/CHANGELOG.md#601-Febuary-26-2025)

[Compare Source](PyCQA/isort@6.0.0...6.0.1)

- Add OSError handling in find\_imports\_in\_file ([#&#8203;2331](PyCQA/isort#2331)) [@&#8203;kobarity](https://github.com/kobarity)

### [`v6.0.0`](https://github.com/PyCQA/isort/blob/HEAD/CHANGELOG.md#600-January-27-2025)

[Compare Source](PyCQA/isort@5.13.2...6.0.0)

- Remove support for Python 3.8 ([#&#8203;2327](PyCQA/isort#2327)) [@&#8203;DanielNoord](https://github.com/DanielNoord)
  - Python 3.13 support ([#&#8203;2306](PyCQA/isort#2306)) [@&#8203;mayty](https://github.com/mayty)
  - Speed up exists\_case\_sensitive calls ([#&#8203;2264](PyCQA/isort#2264)) [@&#8203;correctmost](https://github.com/correctmost)
  - Ensure that split\_on\_trailing\_comma works with as imports ([#&#8203;2340](PyCQA/isort#2340)) [@&#8203;DanielNoord](https://github.com/DanielNoord)
  - Black profile: enable magic comma ([#&#8203;2236](PyCQA/isort#2236)) [@&#8203;MrMino](https://github.com/MrMino)
  - Update line\_length and single\_line\_exclusions in google profile ([#&#8203;2149](PyCQA/isort#2149)) [@&#8203;jagapiou](https://github.com/jagapiou)
  - Allow --diff to be used with --jobs ([#&#8203;2302](PyCQA/isort#2302)) [@&#8203;mnakama](https://github.com/mnakama)
  - Fix wemake profile to have correct character limit ([#&#8203;2241](PyCQA/isort#2241)) [@&#8203;sobolevn](https://github.com/sobolevn)
  - Fix sort\_reexports code mangling ([#&#8203;2283](PyCQA/isort#2283)) [@&#8203;Helveg](https://github.com/Helveg)
  - Fix correct group by package tokenization ([#&#8203;2136](PyCQA/isort#2136)) [@&#8203;glasnt](https://github.com/glasnt)

</details>

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yLjQiLCJ1cGRhdGVkSW5WZXIiOiI0My4yNS43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZSJdfQ==-->

See merge request swiss-armed-forces/cyber-command/cea/loom!284

Co-authored-by: Loom MR Pipeline Trigger <group_103951964_bot_9504bb8dead6d4e406ad817a607f24be@noreply.gitlab.com>
Co-authored-by: shrewd-laidback palace <shrewd-laidback-palace-736-c41-2c1-e464fc974@swiss-armed-forces-open-source.ch>
736-c41-2c1-e464fc974 added a commit to Swiss-Armed-Forces/Loom that referenced this pull request Feb 20, 2026
chore(deps): update isort (major)

This MR contains the following updates:

| Package | Type | Update | Change | OpenSSF |
|---|---|---|---|---|
| [isort](https://github.com/PyCQA/isort) ([changelog](https://github.com/PyCQA/isort/releases)) | dev | major | `^5.13.2` → `^7.0.0` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/PyCQA/isort/badge)](https://securityscorecards.dev/viewer/?uri=github.com/PyCQA/isort) |

---

### Release Notes

<details>
<summary>PyCQA/isort (isort)</summary>

### [`v7.0.0`](https://github.com/PyCQA/isort/releases/tag/7.0.0)

[Compare Source](PyCQA/isort@6.1.0...7.0.0)

#### Changes

#### 💥 Breaking Changes

- Drop support for Python 3.9 ([#&#8203;2430](PyCQA/isort#2430)) [@&#8203;DanielNoord](https://github.com/DanielNoord)

#### 🚀 Features

- Show absolute paths in skipped file messages ([#&#8203;2416](PyCQA/isort#2416)) [@&#8203;pranlawate](https://github.com/pranlawate)

#### 🪲 Fixes

- Some fixes for Python 3.14 ([#&#8203;2433](PyCQA/isort#2433)) [@&#8203;DanielNoord](https://github.com/DanielNoord)
- Test on `3.14` and fix any bugs ([#&#8203;2425](PyCQA/isort#2425)) [@&#8203;DanielNoord](https://github.com/DanielNoord)
- Update CHANGELOG.md + Fix Formatting and Grammar ([#&#8203;2419](PyCQA/isort#2419)) [@&#8203;lukbrew25](https://github.com/lukbrew25)
- Fix output of hanging indent for long lines with noqa ([#&#8203;2407](PyCQA/isort#2407)) [@&#8203;matan1008](https://github.com/matan1008)

#### :construction\_worker: Continuous Integration

- Format with `ruff` instead of `black` ([#&#8203;2432](PyCQA/isort#2432)) [@&#8203;DanielNoord](https://github.com/DanielNoord)
- Target 3.10 for `ruff` ([#&#8203;2431](PyCQA/isort#2431)) [@&#8203;DanielNoord](https://github.com/DanielNoord)
- Update development dependencies to latest version ([#&#8203;2426](PyCQA/isort#2426)) [@&#8203;DanielNoord](https://github.com/DanielNoord)
- docs: update pre-commit examples to version 6.1.0 ([#&#8203;2413](PyCQA/isort#2413)) [@&#8203;pranlawate](https://github.com/pranlawate)
- Small cleanup for developer environment ([#&#8203;2418](PyCQA/isort#2418)) [@&#8203;DanielNoord](https://github.com/DanielNoord)

#### 📦 Dependencies

- Bump actions/setup-python from 5 to 6 in the github-actions group ([#&#8203;2411](PyCQA/isort#2411)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)

### [`v6.1.0`](https://github.com/PyCQA/isort/blob/HEAD/CHANGELOG.md#610-October-1-2025)

[Compare Source](PyCQA/isort@6.0.1...6.1.0)

- Add python 3.14 classifier and badge ([#&#8203;2409](PyCQA/isort#2409)) [@&#8203;staticdev](https://github.com/staticdev)
  - Drop use of non-standard pkg\_resources API ([#&#8203;2405](PyCQA/isort#2405)) [@&#8203;dvarrazzo](https://github.com/dvarrazzo)

### [`v6.0.1`](https://github.com/PyCQA/isort/blob/HEAD/CHANGELOG.md#601-Febuary-26-2025)

[Compare Source](PyCQA/isort@6.0.0...6.0.1)

- Add OSError handling in find\_imports\_in\_file ([#&#8203;2331](PyCQA/isort#2331)) [@&#8203;kobarity](https://github.com/kobarity)

### [`v6.0.0`](https://github.com/PyCQA/isort/blob/HEAD/CHANGELOG.md#600-January-27-2025)

[Compare Source](PyCQA/isort@5.13.2...6.0.0)

- Remove support for Python 3.8 ([#&#8203;2327](PyCQA/isort#2327)) [@&#8203;DanielNoord](https://github.com/DanielNoord)
  - Python 3.13 support ([#&#8203;2306](PyCQA/isort#2306)) [@&#8203;mayty](https://github.com/mayty)
  - Speed up exists\_case\_sensitive calls ([#&#8203;2264](PyCQA/isort#2264)) [@&#8203;correctmost](https://github.com/correctmost)
  - Ensure that split\_on\_trailing\_comma works with as imports ([#&#8203;2340](PyCQA/isort#2340)) [@&#8203;DanielNoord](https://github.com/DanielNoord)
  - Black profile: enable magic comma ([#&#8203;2236](PyCQA/isort#2236)) [@&#8203;MrMino](https://github.com/MrMino)
  - Update line\_length and single\_line\_exclusions in google profile ([#&#8203;2149](PyCQA/isort#2149)) [@&#8203;jagapiou](https://github.com/jagapiou)
  - Allow --diff to be used with --jobs ([#&#8203;2302](PyCQA/isort#2302)) [@&#8203;mnakama](https://github.com/mnakama)
  - Fix wemake profile to have correct character limit ([#&#8203;2241](PyCQA/isort#2241)) [@&#8203;sobolevn](https://github.com/sobolevn)
  - Fix sort\_reexports code mangling ([#&#8203;2283](PyCQA/isort#2283)) [@&#8203;Helveg](https://github.com/Helveg)
  - Fix correct group by package tokenization ([#&#8203;2136](PyCQA/isort#2136)) [@&#8203;glasnt](https://github.com/glasnt)

</details>

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yLjQiLCJ1cGRhdGVkSW5WZXIiOiI0My4yNS43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZSJdfQ==-->

See merge request swiss-armed-forces/cyber-command/cea/loom!284

Co-authored-by: Loom MR Pipeline Trigger <group_103951964_bot_9504bb8dead6d4e406ad817a607f24be@noreply.gitlab.com>
Co-authored-by: open-source Pipeline <group_90701827_bot_ed04ae348bc5f40af9966fb8b6867e99@noreply.gitlab.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants