Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 9, 2024
1 parent fb874b6 commit bfc217f
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,17 @@ See [Using _Black_ with other tools](labels/why-pycodestyle-warnings).

## Which Python versions does Black support?

_Black_ generally supports all Python versions supported by CPython
(see [the Python devguide](https://devguide.python.org/versions/) for current
information). We promise to support at least all Python
versions that have not reached their end of life. This is the case for both running
_Black_ and formatting code.
_Black_ generally supports all Python versions supported by CPython (see
[the Python devguide](https://devguide.python.org/versions/) for current information).
We promise to support at least all Python versions that have not reached their end of
life. This is the case for both running _Black_ and formatting code.

Support for formatting Python 2 code was removed in version 22.0. While we've made no
plans to stop supporting older Python 3 minor versions immediately, their support might
also be removed some time in the future without a deprecation period.


Runtime support for 3.6 was removed in version 22.10.0, for 3.7 in version 23.7.0, and for 3.8 in version 24.10.0.
Runtime support for 3.6 was removed in version 22.10.0, for 3.7 in version 23.7.0, and
for 3.8 in version 24.10.0.

## Why does my linter or typechecker complain after I format my code?

Expand Down

0 comments on commit bfc217f

Please sign in to comment.