File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ Changelog
44NOTE: isort follows the [ semver] ( https://semver.org/ ) versioning standard.
55Find out more about isort's release policy [ here] ( https://pycqa.github.io/isort/docs/major_releases/release_policy ) .
66
7+ ### 5.13.2 December 13 2023
8+
9+ - Apply the bracket fix from issue #471 only for use_parentheses=True (#2184 ) @bp72
10+ - Confine pre-commit to stages (#2213 ) @davidculley
11+ - Fixed colors extras (#2212 ) @staticdev
12+
713### 5.13.1 December 11 2023
814
915 - Fixed integration tests (#2208 ) @bp72
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ To use isort's official pre-commit integration add the following config:
99
1010``` yaml
1111 - repo : https://github.com/pycqa/isort
12- rev : 5.13.1
12+ rev : 5.13.2
1313 hooks :
1414 - id : isort
1515 name : isort (python)
@@ -20,7 +20,7 @@ over different file types (ex: python vs cython vs pyi) you can do so with the f
2020
2121` ` ` yaml
2222 - repo: https://github.com/pycqa/isort
23- rev: 5.13.1
23+ rev: 5.13.2
2424 hooks:
2525 - id: isort
2626 name: isort (python)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ line-length = 100
33
44[tool .poetry ]
55name = " isort"
6- version = " 5.13.1 "
6+ version = " 5.13.2 "
77description = " A Python utility / library to sort Python imports."
88authors = [
" Timothy Crosley <[email protected] >" ]
99license = " MIT"
You can’t perform that action at this time.
0 commit comments