[chore] Remove deprecated Jinja2 extensions.

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 2023-12-07 20:26:07 +01:00
parent 8bce025c15
commit ee506f63f0

View file

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