[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2023-04-13 04:08:51 +00:00
parent 37a7c19412
commit 8904a9c6be

View file

@ -6,8 +6,8 @@ to make getting started quick and easy, with the ability to scale up to
complex applications. It began as a simple wrapper around `Werkzeug`_ complex applications. It began as a simple wrapper around `Werkzeug`_
and `Jinja`_ and has become one of the most popular Python web and `Jinja`_ and has become one of the most popular Python web
application frameworks. application frameworks.
Flask offers suggestions but doesn't enforce any dependencies or project layouts. Flask offers suggestions but doesn't enforce any dependencies or project layouts.
It is up to the developer to choose the tools and libraries they want to use. It is up to the developer to choose the tools and libraries they want to use.
The community provides many extensions that make adding new functionality quick. The community provides many extensions that make adding new functionality quick.
.. _WSGI: https://wsgi.readthedocs.io/ .. _WSGI: https://wsgi.readthedocs.io/