This commit is contained in:
Kian Meng Ang 2021-11-12 11:02:43 +08:00 committed by GitHub
parent 0753d99519
commit 53cabe7265
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@
- Document stability policy, that will apply for non-beta releases (#2529) - Document stability policy, that will apply for non-beta releases (#2529)
- Add new `--workers` parameter (#2514) - Add new `--workers` parameter (#2514)
- Fixed feature detection for positional-only arguments in lambdas (#2532) - Fixed feature detection for positional-only arguments in lambdas (#2532)
- Bumped typed-ast version minimum to 1.4.3 for 3.10 compatiblity (#2519) - Bumped typed-ast version minimum to 1.4.3 for 3.10 compatibility (#2519)
- Fixed a Python 3.10 compatibility issue where the loop argument was still being passed - Fixed a Python 3.10 compatibility issue where the loop argument was still being passed
even though it has been removed (#2580) even though it has been removed (#2580)
- Deprecate Python 2 formatting support (#2523) - Deprecate Python 2 formatting support (#2523)

View File

@ -10,8 +10,8 @@ The Black Code Style
*Black* is a PEP 8 compliant opinionated formatter with its own style. *Black* is a PEP 8 compliant opinionated formatter with its own style.
While keeping the style unchanged throughout releases has always been a goal, While keeping the style unchanged throughout releases has always been a goal,
the *Black* code style isn't set in stone. It evolves to accomodate for new features the *Black* code style isn't set in stone. It evolves to accommodate for new features
in the Python language and, ocassionally, in response to user feedback. in the Python language and, occasionally, in response to user feedback.
Stability Policy Stability Policy
---------------- ----------------
@ -32,7 +32,7 @@ versions of *Black*:
improved formatting enabled by newer Python language syntax as well as due improved formatting enabled by newer Python language syntax as well as due
to improvements in the formatting logic. to improvements in the formatting logic.
- The ``--future`` flag is exempt from this policy. There are no guarentees - The ``--future`` flag is exempt from this policy. There are no guarantees
around the stability of the output with that flag passed into *Black*. This around the stability of the output with that flag passed into *Black*. This
flag is intended for allowing experimentation with the proposed changes to flag is intended for allowing experimentation with the proposed changes to
the *Black* code style. the *Black* code style.