Skip to content

Commit c999be2

Browse files
committed
pre-commit: Bump versions
Signed-off-by: Stephen Finucane <[email protected]>
1 parent 7f29172 commit c999be2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ default_language_version:
66
python: python3
77
repos:
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:

sphinx_click/ext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)