Skip to content

Commit 83b369f

Browse files
authored
Merge pull request #2419 from lukbrew25/main
Update CHANGELOG.md + Fix Formatting and Grammar
2 parents b880632 + e7e3290 commit 83b369f

File tree

6 files changed

+48
-25
lines changed

6 files changed

+48
-25
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ Changelog
44
NOTE: isort follows the [semver](https://semver.org/) versioning standard.
55
Find out more about isort's release policy [here](https://pycqa.github.io/isort/docs/major_releases/release_policy).
66

7+
### 6.1.0 October 1 2025
8+
9+
- Add python 3.14 classifier and badge (#2409) @staticdev
10+
- Drop use of non-standard pkg_resources API (#2405) @dvarrazzo
11+
12+
### 6.0.1 Febuary 26 2025
13+
14+
- Add OSError handling in find_imports_in_file (#2331) @kobarity
15+
16+
### 6.0.0 January 27 2025
17+
18+
- Remove support for Python 3.8 (#2327) @DanielNoord
19+
- Python 3.13 support (#2306) @mayty
20+
- Speed up exists_case_sensitive calls (#2264) @correctmost
21+
- Ensure that split_on_trailing_comma works with as imports (#2340) @DanielNoord
22+
- Black profile: enable magic comma (#2236) @MrMino
23+
- Update line_length and single_line_exclusions in google profile (#2149) @jagapiou
24+
- Allow --diff to be used with --jobs (#2302) @mnakama
25+
- Fix wemake profile to have correct character limit (#2241) @sobolevn
26+
- Fix sort_reexports code mangling (#2283) @Helveg
27+
- Fix correct group by package tokenization (#2136) @glasnt
28+
729
### 5.13.2 December 13 2023
830

931
- Apply the bracket fix from issue #471 only for use_parentheses=True (#2184) @bp72

docs/contributing/1.-contributing-guide.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ Base System Requirements:
2222
Once you have verified that your system matches the base requirements you can start to get the project working by following these steps:
2323

2424
1. [Fork the project on GitHub](https://github.com/pycqa/isort/fork).
25-
1. Clone your fork to your local file system:
25+
2. Clone your fork to your local file system:
2626
`git clone https://github.com/$GITHUB_ACCOUNT/isort.git`
27-
1. `cd isort`
28-
1. `uv sync --all-extras --frozen`
27+
3. `cd isort`
28+
4. `uv sync --all-extras --frozen`
2929
* Optionally, isolate uv's installation from the rest of your system using the instructions on the uv site here: https://docs.astral.sh/uv/
30-
1. `./scripts/test.sh` should yield Success: no issues found
31-
1. `./scripts/clean.sh` should yield a report checking packages
30+
5. `./scripts/test.sh` should yield Success: no issues found
31+
6. `./scripts/clean.sh` should yield a report checking packages
3232

3333
**TIP**: `./scripts/done.sh` will run both clean and test in one step.
3434

docs/contributing/2.-coding-standard.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# HOPE 8 -- Style Guide for Hug Code
22

3-
| | |
4-
| ------------| ------------------------------------------- |
5-
| HOPE: | 8 |
6-
| Title: | Style Guide for Hug Code |
7-
| Author(s): | Timothy Crosley <[email protected]> |
8-
| Status: | Active |
9-
| Type: | Process |
10-
| Created: | 19-May-2019 |
11-
| Updated: | 17-August-2019 |
3+
| | |
4+
|------------|---------------------------------------------|
5+
| HOPE: | 8 |
6+
| Title: | Style Guide for Hug Code |
7+
| Author(s): | Timothy Crosley <[email protected]> |
8+
| Status: | Active |
9+
| Type: | Process |
10+
| Created: | 19-May-2019 |
11+
| Updated: | 17-August-2019 |
1212

1313
## Introduction
1414

docs/contributing/3.-code-of-conduct.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# HOPE 11 -- Code of Conduct
22

3-
| | |
4-
| ------------| ------------------------------------------- |
5-
| HOPE: | 11 |
6-
| Title: | Code of Conduct |
7-
| Author(s): | Timothy Crosley <[email protected]> |
8-
| Status: | Active |
9-
| Type: | Process |
10-
| Created: | 17-August-2019 |
11-
| Updated: | 17-August-2019 |
3+
| | |
4+
|------------|---------------------------------------------|
5+
| HOPE: | 11 |
6+
| Title: | Code of Conduct |
7+
| Author(s): | Timothy Crosley <[email protected]> |
8+
| Status: | Active |
9+
| Type: | Process |
10+
| Created: | 17-August-2019 |
11+
| Updated: | 17-August-2019 |
1212

1313
## Abstract
1414

@@ -81,7 +81,7 @@ members of the project's leadership.
8181

8282
## Attribution
8383

84-
This Code of Conduct is adapted from the [Contributor Covenant][https://www.contributor-covenant.org], version 1.4,
84+
This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 1.4,
8585
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
8686

8787
For answers to common questions about this code of conduct, see

docs/quick_start/0.-try.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Use our live isort editor to see how isort can help improve the formatting of yo
1414
<script src="https://cdn.jsdelivr.net/pyodide/v0.15.0/full/pyodide.js" integrity="sha256-W+0Mr+EvJb1qJx9UZ9wuvd/uWrXCzeaEu6OzEEHMCik=" crossorigin="anonymous"></script>
1515
<script src="https://cdn.jsdelivr.net/npm/[email protected]/src-min-noconflict/ace.min.js"></script>
1616
<link rel="stylesheet" type="text/css" href="https://pycqa.github.io/isort/docs/quick_start/interactive.css">
17+
<title>Try isort</title>
1718
</head>
1819

1920

isort/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ def sort_file(
380380
output: Optional[TextIO] = None,
381381
**config_kwargs: Any,
382382
) -> bool:
383-
"""Sorts and formats any groups of imports imports within the provided file or Path.
383+
"""Sorts and formats any groups of imports within the provided file or Path.
384384
Returns `True` if the file has been changed, otherwise `False`.
385385
386386
- **filename**: The name or Path of the file to format.

0 commit comments

Comments
 (0)