Fix /embed not working

This commit is contained in:
Joakim Hellsén 2024-07-30 01:08:48 +02:00
commit 392f2c7a95
No known key found for this signature in database
GPG key ID: D196AE66FEBE1DC9
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"]