File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
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 : v2.4 .0
5+ rev : v6.0 .0
66 hooks :
77 - id : check-ast
88 - id : trailing-whitespace
99 - id : check-toml
1010 - id : end-of-file-fixer
1111
1212 - repo : https://github.com/asottile/add-trailing-comma
13- rev : v2.1 .0
13+ rev : v4.0 .0
1414 hooks :
1515 - id : add-trailing-comma
1616
17- - repo : https://github.com/psf/black
18- rev : 25.1 .0
17+ - repo : https://github.com/psf/black-pre-commit-mirror
18+ rev : 25.9 .0
1919 hooks :
2020 - id : black
2121
2222 - repo : https://github.com/astral-sh/ruff-pre-commit
23- rev : v0.9.5
23+ rev : v0.14.3
2424 hooks :
2525 - id : ruff
2626 args :
2727 - " --fix"
2828 - " otlp_psqlpy"
2929
3030 - repo : https://github.com/pre-commit/mirrors-mypy
31- rev : v1.15.0
31+ rev : v1.18.2
3232 hooks :
3333 - id : mypy
3434 additional_dependencies : ["."]
You can’t perform that action at this time.
0 commit comments