File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
- id : django-upgrade
39
39
args : [--target-version, "5.1"]
40
40
- repo : https://github.com/psf/black
41
- rev : 24.10 .0
41
+ rev : 25.1 .0
42
42
hooks :
43
43
- id : black
44
44
exclude : ' (\/migrations\/)'
49
49
exclude_types : [html, json, scss]
50
50
exclude : ' (^djangoproject\/static\/js\/lib\/.*$)'
51
51
- repo : https://github.com/pycqa/isort
52
- rev : " 5.13.2 "
52
+ rev : " 6.0.0 "
53
53
hooks :
54
54
- id : isort
55
55
- repo : https://github.com/pycqa/flake8
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ def test_with_custom_lookup(self):
88
88
89
89
self .assertTicketsEqual (
90
90
Ticket .objects .with_custom ().filter (custom__x = "A" ),
91
- [( "test" ) ],
91
+ ["test" ],
92
92
)
93
93
94
94
def test_with_custom_lookup_multiple (self ):
@@ -98,7 +98,7 @@ def test_with_custom_lookup_multiple(self):
98
98
99
99
self .assertTicketsEqual (
100
100
Ticket .objects .with_custom ().filter (custom__x = "A" , custom__y = "A" ),
101
- [( "test1" ) ],
101
+ ["test1" ],
102
102
)
103
103
104
104
def test_from_querystring_model_field (self ):
You can’t perform that action at this time.
0 commit comments