⬆ [pre-commit.ci] pre-commit autoupdate (#549)
* ⬆ [pre-commit.ci] pre-commit autoupdate updates: - [github.com/PyCQA/autoflake: v2.0.0 → v2.1.1](https://github.com/PyCQA/autoflake/compare/v2.0.0...v2.1.1) - [github.com/psf/black: 22.12.0 → 23.3.0](https://github.com/psf/black/compare/22.12.0...23.3.0) * 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
0c418b4a2f
commit
ae28b59d0e
2 changed files with 2 additions and 4 deletions
|
@ -23,7 +23,7 @@ repos:
|
|||
# This file is more readable without yield from
|
||||
exclude: ^docs_src/progressbar/tutorial004\.py
|
||||
- repo: https://github.com/PyCQA/autoflake
|
||||
rev: v2.0.0
|
||||
rev: v2.1.1
|
||||
hooks:
|
||||
- id: autoflake
|
||||
args:
|
||||
|
@ -47,7 +47,7 @@ repos:
|
|||
name: isort (pyi)
|
||||
types: [pyi]
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 22.12.0
|
||||
rev: 23.3.0
|
||||
hooks:
|
||||
- id: black
|
||||
ci:
|
||||
|
|
|
@ -552,7 +552,6 @@ def rich_format_help(
|
|||
|
||||
# Print command / group help if we have some
|
||||
if obj.help:
|
||||
|
||||
# Print with some padding
|
||||
console.print(
|
||||
Padding(
|
||||
|
@ -569,7 +568,6 @@ def rich_format_help(
|
|||
panel_to_arguments: DefaultDict[str, List[click.Argument]] = defaultdict(list)
|
||||
panel_to_options: DefaultDict[str, List[click.Option]] = defaultdict(list)
|
||||
for param in obj.get_params(ctx):
|
||||
|
||||
# Skip if option is hidden
|
||||
if getattr(param, "hidden", False):
|
||||
continue
|
||||
|
|
Loading…
Reference in a new issue