Fix /embed not working

This commit is contained in:
2024-07-30 01:08:48 +02:00
parent 505e8d7bfb
commit 392f2c7a95
2 changed files with 25 additions and 25 deletions

View File

@ -33,7 +33,7 @@ repos:
# Run Pyupgrade on all Python files. This will upgrade the code to Python 3.12.
- repo: https://github.com/asottile/pyupgrade
rev: v3.16.0
rev: v3.17.0
hooks:
- id: pyupgrade
args: ["--py312-plus"]