Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit d4bbab5

Browse files
[pre-commit.ci] pre-commit autoupdate (#604)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/pyupgrade: v2.31.0 → v2.32.0](asottile/pyupgrade@v2.31.0...v2.32.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 95dc950 commit d4bbab5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v2.31.0
3+
rev: v2.32.0
44
hooks:
55
- id: pyupgrade
66
args: ["--py37-plus"]

tests/test_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
import json
33
import re
44
import unittest
5+
from urllib.parse import unquote
56

67
from django.contrib import admin
78
from django.contrib.auth import get_permission_codename
89
from django.contrib.auth.models import Permission
910
from django.template import RequestContext
1011
from django.utils.encoding import force_str
1112
from django.utils.html import escape
12-
from urllib.parse import unquote
1313
from django.utils.http import urlencode
1414

1515
from cms.api import add_plugin, create_page, create_title

0 commit comments

Comments
 (0)