[chore] Remove deprecated Jinja2 extensions. (#1279)

autoescape and with extensions are now built-in
to the Jinja2 compiler since v3.

See https://jinja.palletsprojects.com/en/3.1.x/changes/#version-3-0-0
This commit is contained in:
Alexis Métaireau 2024-02-06 03:33:08 +01:00 committed by GitHub
parent 1dcb0ba78b
commit 2bb535070a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,2 @@
[python: **.py]
[jinja2: **/templates/**.html]
extensions=jinja2.ext.autoescape,jinja2.ext.with_