File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 22# See https://pre-commit.com/hooks.html for more hooks
33repos :
44 - repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : " v4.5 .0"
5+ rev : " v4.6 .0"
66 hooks :
77 - id : trailing-whitespace # trims trailing whitespace
88 args : [--markdown-linebreak-ext=md]
@@ -19,26 +19,26 @@ repos:
1919 - id : check-merge-conflict # check for files that contain merge conflict strings
2020
2121 - repo : https://github.com/python-poetry/poetry
22- rev : " 1.7 .0"
22+ rev : " 1.8 .0"
2323 hooks :
2424 - id : poetry-check
2525 # - id: poetry-install
2626
2727 - repo : https://github.com/adamchainz/django-upgrade
28- rev : " 1.15 .0"
28+ rev : " 1.16 .0"
2929 hooks :
3030 - id : django-upgrade
3131 args : [--target-version, "3.2"]
3232
3333 - repo : https://github.com/asottile/pyupgrade
34- rev : " v3.15.0 "
34+ rev : " v3.15.2 "
3535 hooks :
3636 - id : pyupgrade
3737 args : [--py37-plus]
3838
3939 - repo : https://github.com/astral-sh/ruff-pre-commit
4040 # Ruff version.
41- rev : v0.1.11
41+ rev : v0.3.7
4242 hooks :
4343 - id : ruff
4444 args : [--fix, --exit-non-zero-on-fix]
You can’t perform that action at this time.
0 commit comments