File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ default_language_version:
66 python : python3
77repos :
88 - repo : https://github.com/ambv/black
9- rev : 23.7 .0
9+ rev : 24.10 .0
1010 hooks :
1111 - id : black
1212 - repo : https://github.com/pre-commit/pre-commit-hooks
13- rev : v4.4 .0
13+ rev : v5.0 .0
1414 hooks :
1515 - id : trailing-whitespace
1616 - id : mixed-line-ending
@@ -24,11 +24,11 @@ repos:
2424 files : .*\.(yaml|yml)$
2525 - id : check-added-large-files
2626 - repo : https://github.com/pycqa/flake8
27- rev : 6 .1.0
27+ rev : 7 .1.1
2828 hooks :
2929 - id : flake8
3030 - repo : https://github.com/pre-commit/mirrors-mypy
31- rev : v1.4.1
31+ rev : v1.14.0
3232 hooks :
3333 - id : mypy
3434 additional_dependencies :
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ def _write_opts(opts: ty.List[str]) -> str:
116116 % (
117117 ', ' .join (repr (d ) for d in opt .default )
118118 if isinstance (opt .default , (list , tuple ))
119- else repr (opt .default ),
119+ else repr (opt .default )
120120 )
121121 )
122122
You can’t perform that action at this time.
0 commit comments