File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
src/djangocms_snippet/templatetags Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 9
9
10
10
repos :
11
11
- repo : https://github.com/asottile/pyupgrade
12
- rev : v3.15.0
12
+ rev : v3.15.2
13
13
hooks :
14
14
- id : pyupgrade
15
15
args : ["--py38-plus"]
16
16
17
17
- repo : https://github.com/adamchainz/django-upgrade
18
- rev : ' 1.15 .0'
18
+ rev : ' 1.16 .0'
19
19
hooks :
20
20
- id : django-upgrade
21
21
args : [--target-version, "3.2"]
22
22
23
23
- repo : https://github.com/astral-sh/ruff-pre-commit
24
- rev : " v0.1.6 "
24
+ rev : " v0.3.5 "
25
25
hooks :
26
26
- id : ruff
27
27
args : [--fix, --exit-non-zero-on-fix]
28
28
29
29
- repo : https://github.com/astral-sh/ruff-pre-commit
30
30
# Ruff version.
31
- rev : v0.1.6
31
+ rev : v0.3.5
32
32
hooks :
33
33
- id : ruff-format
34
34
Original file line number Diff line number Diff line change 1
1
"""
2
2
Snippet template tags
3
3
"""
4
+
4
5
from contextlib import contextmanager
5
6
6
7
from django import template
You can’t perform that action at this time.
0 commit comments