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 77
88repos :
99 - repo : https://github.com/pre-commit/pre-commit-hooks
10- rev : v4.4 .0
10+ rev : v4.5 .0
1111 hooks :
1212 - id : trailing-whitespace
1313 - id : end-of-file-fixer
2121 - id : check-docstring-first
2222 - id : check-toml
2323 - repo : https://github.com/DavidAnson/markdownlint-cli2
24- rev : v0.8.1
24+ rev : v0.10.0
2525 hooks :
2626 - id : markdownlint-cli2-fix
2727 name : markdownlint-cli2-fix (in place fixes)
3232 args : [--notice=COPYRIGHT]
3333 files : python
3434 - repo : https://github.com/asottile/pyupgrade
35- rev : v3.10.1
35+ rev : v3.15.0
3636 hooks :
3737 - id : pyupgrade
3838 args : [--py38-plus]
6464 hooks :
6565 - id : yesqa
6666 - repo : https://github.com/psf/black
67- rev : 23.9.1
67+ rev : 23.11.0
6868 hooks :
6969 - id : black
7070 name : black (in place fixes)
9999 language : python
100100 types : [python]
101101 - repo : https://github.com/pre-commit/mirrors-mypy
102- rev : v1.5.1
102+ rev : v1.7.0
103103 hooks :
104104 - id : mypy
You can’t perform that action at this time.
0 commit comments