File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 11exclude : " .yarn/|yarn.lock"
22repos :
33 - repo : https://github.com/pre-commit/pre-commit-hooks
4- rev : v4.4 .0
4+ rev : v4.6 .0
55 hooks :
66 - id : check-added-large-files
77 - id : check-merge-conflict
@@ -16,26 +16,26 @@ repos:
1616 language : system
1717 always_run : true
1818 - repo : https://github.com/asottile/pyupgrade
19- rev : v3.13 .0
19+ rev : v3.17 .0
2020 hooks :
2121 - id : pyupgrade
2222 args : [--py38-plus]
2323 - repo : https://github.com/adamchainz/django-upgrade
24- rev : 1.15 .0
24+ rev : 1.20 .0
2525 hooks :
2626 - id : django-upgrade
2727 args : [--target-version, "3.2"]
2828 - repo : https://github.com/pycqa/isort
29- rev : 5.12.0
29+ rev : 5.13.2
3030 hooks :
3131 - id : isort
3232 args : [--profile=black, --lines-after-imports=2, --combine-as]
3333 - repo : https://github.com/psf/black
34- rev : 23.9.1
34+ rev : 24.4.2
3535 hooks :
3636 - id : black
3737 - repo : https://github.com/pycqa/flake8
38- rev : 6 .1.0
38+ rev : 7 .1.0
3939 hooks :
4040 - id : flake8
4141 args : ["--ignore=E203,E501,W503"]
Original file line number Diff line number Diff line change @@ -22,5 +22,7 @@ def handler(request, page):
2222
2323
2424page_if_404_middleware = create_page_if_404_middleware (
25- queryset = lambda request : Page .objects .active (), handler = handler , language_code_redirect = True
25+ queryset = lambda request : Page .objects .active (),
26+ handler = handler ,
27+ language_code_redirect = True ,
2628)
You can’t perform that action at this time.
0 commit comments