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 @@ -2,7 +2,7 @@ exclude: ".venv|__pycache__|tests/dev/|tests/fixtures/"
22
33repos :
44 - repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v4.4 .0
5+ rev : v4.5 .0
66 hooks :
77 - id : check-added-large-files
88 args : ["--maxkb=500"]
@@ -18,25 +18,25 @@ repos:
1818 args : [--markdown-linebreak-ext=md]
1919
2020 - repo : https://github.com/asottile/pyupgrade
21- rev : v3.14 .0
21+ rev : v3.15 .0
2222 hooks :
2323 - id : pyupgrade
2424 args :
2525 - " --py39-plus"
2626
2727 - repo : https://github.com/astral-sh/ruff-pre-commit
28- rev : " v0.0.292 "
28+ rev : " v0.1.9 "
2929 hooks :
3030 - id : ruff
3131 args : ["--fix-only"]
3232
3333 - repo : https://github.com/psf/black
34- rev : 23.9 .1
34+ rev : 23.12 .1
3535 hooks :
3636 - id : black
3737
3838 - repo : https://github.com/pycqa/isort
39- rev : 5.12.0
39+ rev : 5.13.2
4040 hooks :
4141 - id : isort
4242 args : ["--profile", "black", "--filter-files"]
You can’t perform that action at this time.
0 commit comments