Skip to content

Commit

Permalink
Fix line length for black profile
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Jul 4, 2020
1 parent 7328c3d commit d953a69
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Changelog

NOTE: isort follows the [semver](https://semver.org/) versioning standard.

### 5.0.2 - July 4, 2020
- Ensured black profile was complete, adding missing line_length definition.

### 5.0.1 - July 4, 2020
- Fixed a runtime error in a vendored dependency (toml).

Expand Down
1 change: 1 addition & 0 deletions docs/configuration/profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ To use any of the listed profiles, use `isort --profile PROFILE_NAME` from the c
- **force_grid_wrap**: `0`
- **use_parentheses**: `True`
- **ensure_newline_before_comments**: `True`
- **line_length**: `88`

#django

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "isort"
version = "5.0.1"
version = "5.0.2"
description = "A Python utility / library to sort Python imports."
authors = ["Timothy Crosley <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit d953a69

Please sign in to comment.