File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ repos:
22
22
hooks :
23
23
- id : isort
24
24
- repo : https://github.com/psf/black
25
- rev : 24.1.1
25
+ rev : 24.2.0
26
26
hooks :
27
27
- id : black
28
28
- repo : https://github.com/astral-sh/ruff-pre-commit
29
- rev : ' v0.2.0 '
29
+ rev : ' v0.2.1 '
30
30
hooks :
31
31
- id : ruff
32
32
- repo : https://github.com/econchick/interrogate
43
43
args :
44
44
- --py3-plus
45
45
- repo : https://github.com/adamchainz/django-upgrade
46
- rev : " 1.15 .0"
46
+ rev : " 1.16 .0"
47
47
hooks :
48
48
- id : django-upgrade
49
49
args : [--target-version, "3.2"]
Original file line number Diff line number Diff line change 9
9
try :
10
10
from django .urls import reverse
11
11
except ImportError :
12
- from django .core . urlresolvers import reverse
12
+ from django .urls import reverse
13
13
14
14
15
15
class Publisher (ModelMeta , models .Model ):
Original file line number Diff line number Diff line change 11
11
try :
12
12
from django .urls import reverse
13
13
except ImportError :
14
- from django .core . urlresolvers import reverse
14
+ from django .urls import reverse
15
15
16
16
17
17
class PostDetailView (DetailView ):
You can’t perform that action at this time.
0 commit comments