File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ default_language_version:
22 python : python3.13
33repos :
44- repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v5 .0.0
5+ rev : v6 .0.0
66 hooks :
77 - id : check-added-large-files
88 - id : check-case-conflict
@@ -14,38 +14,38 @@ repos:
1414 - id : end-of-file-fixer
1515 - id : trailing-whitespace
1616- repo : https://github.com/astral-sh/ruff-pre-commit
17- rev : v0.11.9
17+ rev : v0.13.0
1818 hooks :
1919 - id : ruff
2020 args :
2121 - --fix
2222 - id : ruff-format
2323- repo : https://github.com/asottile/pyupgrade
24- rev : v3.19.1
24+ rev : v3.20.0
2525 hooks :
2626 - id : pyupgrade
2727 args :
2828 - --py313-plus
2929- repo : https://github.com/adamchainz/django-upgrade
30- rev : 1.24 .0
30+ rev : 1.28 .0
3131 hooks :
3232 - id : django-upgrade
3333 args :
3434 - --target-version
3535 - ' 5.0'
3636- repo : https://github.com/rtts/djhtml
37- rev : 3.0.7
37+ rev : 3.0.9
3838 hooks :
3939 - id : djhtml
4040 entry : djhtml --tabwidth 4
4141 alias : autoformat
4242- repo : https://github.com/adamchainz/djade-pre-commit
43- rev : " 1.4 .0"
43+ rev : " 1.6 .0"
4444 hooks :
4545 - id : djade
4646 args : [--target-version, "5.2"]
4747- repo : https://github.com/asottile/blacken-docs
48- rev : 1.19.1
48+ rev : 1.20.0
4949 hooks :
5050 - id : blacken-docs
5151 alias : autoformat
You can’t perform that action at this time.
0 commit comments