File tree Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -10,23 +10,16 @@ repos:
10
10
- id : check-added-large-files
11
11
12
12
- repo : https://github.com/pycqa/isort
13
- rev : 5.9.3
13
+ rev : 5.13.2
14
14
hooks :
15
15
- id : isort
16
16
17
17
- repo : https://github.com/psf/black
18
- rev : 21.7b0
18
+ rev : 25.1.0
19
19
hooks :
20
20
- id : black
21
21
22
- - repo : https://gitlab .com/pycqa/flake8
23
- rev : 3.9.2
22
+ - repo : https://github .com/pycqa/flake8
23
+ rev : ' 7.2.0 ' # pick a git hash / tag to point to
24
24
hooks :
25
- - id : flake8
26
- additional_dependencies : [
27
- " flake8-bugbear" ,
28
- " flake8-comprehensions" ,
29
- " flake8-mutable" ,
30
- " flake8-print" ,
31
- " flake8-simplify" ,
32
- ]
25
+ - id : flake8
Original file line number Diff line number Diff line change 5
5
from django .shortcuts import get_object_or_404
6
6
from django .utils .http import url_has_allowed_host_and_scheme
7
7
8
-
9
8
# allow GET requests to create ratings -- this goes against the "GET" requests
10
9
# should be idempotent but avoids the necessity of using <form> elements or
11
10
# javascript to create rating links
You can’t perform that action at this time.
0 commit comments