Changelog
### 23.12.0
```
Highlights
It's almost 2024, which means it's time for a new edition of _Black_'s stable style!
Together with this release, we'll put out an alpha release 24.1a1 showcasing the draft
2024 stable style, which we'll finalize in the January release. Please try it out and
[share your feedback](https://github.com/psf/black/issues/4042).
This release (23.12.0) will still produce the 2023 style. Most but not all of the
changes in `--preview` mode will be in the 2024 stable style.
Stable style
- Fix bug where ` fmt: off` automatically dedents when used with the `--line-ranges`
option, even when it is not within the specified line range. (4084)
- Fix feature detection for parenthesized context managers (4104)
Preview style
- Prefer more equal signs before a break when splitting chained assignments (4010)
- Standalone form feed characters at the module level are no longer removed (4021)
- Additional cases of immediately nested tuples, lists, and dictionaries are now
indented less (4012)
- Allow empty lines at the beginning of all blocks, except immediately before a
docstring (4060)
- Fix crash in preview mode when using a short `--line-length` (4086)
- Keep suites consisting of only an ellipsis on their own lines if they are not
functions or class definitions (4066) (4103)
Configuration
- `--line-ranges` now skips _Black_'s internal stability check in `--safe` mode. This
avoids a crash on rare inputs that have many unformatted same-content lines. (4034)
Packaging
- Upgrade to mypy 1.7.1 (4049) (4069)
- Faster compiled wheels are now available for CPython 3.12 (4070)
Integrations
- Enable 3.12 CI (4035)
- Build docker images in parallel (4054)
- Build docker images with 3.12 (4055)
```
Links
- PyPI: https://pypi.org/project/black
- Changelog: https://data.safetycli.com/changelogs/black/
Update black from 23.11.0 to 23.12.0.
Changelog
### 23.12.0 ``` Highlights It's almost 2024, which means it's time for a new edition of _Black_'s stable style! Together with this release, we'll put out an alpha release 24.1a1 showcasing the draft 2024 stable style, which we'll finalize in the January release. Please try it out and [share your feedback](https://github.com/psf/black/issues/4042). This release (23.12.0) will still produce the 2023 style. Most but not all of the changes in `--preview` mode will be in the 2024 stable style. Stable style - Fix bug where ` fmt: off` automatically dedents when used with the `--line-ranges` option, even when it is not within the specified line range. (4084) - Fix feature detection for parenthesized context managers (4104) Preview style - Prefer more equal signs before a break when splitting chained assignments (4010) - Standalone form feed characters at the module level are no longer removed (4021) - Additional cases of immediately nested tuples, lists, and dictionaries are now indented less (4012) - Allow empty lines at the beginning of all blocks, except immediately before a docstring (4060) - Fix crash in preview mode when using a short `--line-length` (4086) - Keep suites consisting of only an ellipsis on their own lines if they are not functions or class definitions (4066) (4103) Configuration - `--line-ranges` now skips _Black_'s internal stability check in `--safe` mode. This avoids a crash on rare inputs that have many unformatted same-content lines. (4034) Packaging - Upgrade to mypy 1.7.1 (4049) (4069) - Faster compiled wheels are now available for CPython 3.12 (4070) Integrations - Enable 3.12 CI (4035) - Build docker images in parallel (4054) - Build docker images with 3.12 (4055) ```Links
- PyPI: https://pypi.org/project/black - Changelog: https://data.safetycli.com/changelogs/black/Update isort from 5.12.0 to 5.13.2.
Changelog
### 5.13.2 ``` - Apply the bracket fix from issue 471 only for use_parentheses=True (2184) bp72 - Confine pre-commit to stages (2213) davidculley - Fixed colors extras (2212) staticdev ``` ### 5.13.1 ``` - Fixed integration tests (2208) bp72 - Fixed normalizing imports from more than one level of parent modules (issue/2152) (2191) bp72 - Remove optional dependencies without extras (2207) staticdev ``` ### 5.13.0 ``` - Cleanup deprecated extras (2089) staticdev - Fixed 1989: settings lookup when working in stream based mode - Fixed 80 line length for wemake linter (2183) skatromb - Add support for Python 3.12 (2175) hugovk - Fixed: add newest version to pre-commit docs (2190) AzulGarza - Fixed assertions in test_git_hook (2196) mgorny - Removed check for include_trailing_comma for the Hanging Indent wrap mode (2192) bp72 - Use the standard library tomllib on sufficiently new python (2202) eli-schwartz - Update pre-commit.md version number (2197) nicobako - doc: Update black_compatibility.md (2177) JSS95 - Fixed safety sept 2023 (2178) staticdev - docs: fix black profile documentation (2163) nijel - Fixed typo: indended -> indented (2161) vadimkerr - Docs(configuration/options.md): fix missing trailing spaces for hard linebreak (2157) JoeyTeng - Update pre-commit.md (2148) godiard - chore: move configurations to pyproject.toml (2115) SauravMaheshkar - Fixed typo in README (2112) stefmolin - Update version in pre-commit setup to avoid installation issue with poetry (2103) stefmolin - Skip .pytype directory by default. (2098) manueljacob - Fixed a tip block styling in the Config Files section (2097) Klavionik - Do not cache configuration files (1995) kaste - Derive settings_path from --filename (1992) kaste - Fixed year of version 5.12.0 in CHANGELOG.md (2082) DjLegolas ```Links
- PyPI: https://pypi.org/project/isort - Changelog: https://data.safetycli.com/changelogs/isort/ - Repo: https://pycqa.github.io/isort/Update django-filter from 23.4 to 23.5.
Changelog
### 23.5 ``` ------------------------- * Fixed OrderingFilter handling of empty values. (1628) Thanks to Matt Munns. ```Links
- PyPI: https://pypi.org/project/django-filter - Changelog: https://data.safetycli.com/changelogs/django-filter/Update Faker from 20.1.0 to 21.0.0.
Changelog
### 21.0.0 ``` * Fix: random sign in `pyfloat` when `positive=False`. Thanks viraj-s15. ```Links
- PyPI: https://pypi.org/project/faker - Changelog: https://data.safetycli.com/changelogs/faker/ - Repo: https://github.com/joke2k/faker