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,7 +6,7 @@ coverage-pyver-pragma>=0.2.1
6
6
domdf-python-tools [testing ]>= 2.0.1
7
7
importlib-metadata >= 3.6.0
8
8
iniconfig != 1.1.0 ,>= 1.0.1
9
- mypy == 0.931 ; platform_python_implementation == "CPython"
9
+ mypy == 0.971 ; platform_python_implementation == "CPython"
10
10
pytest >= 6.0.0
11
11
pytest-cov >= 2.8.1
12
12
pytest-mypy-plugins >= 1.9.1 ; platform_python_implementation == "CPython"
Original file line number Diff line number Diff line change 20
20
pass
21
21
22
22
reveal_type(click_command()) # N: Revealed type is "def (def (*Any, **Any) -> Any) -> click.core.Command"
23
- reveal_type(click_command(cls=MyCommand)) # N: Revealed type is "def (def (*Any, **Any) -> Any) -> main.MyCommand* "
24
- reveal_type(click_command(cls=click.Command)) # N: Revealed type is "def (def (*Any, **Any) -> Any) -> click.core.Command* "
23
+ reveal_type(click_command(cls=MyCommand)) # N: Revealed type is "def (def (*Any, **Any) -> Any) -> main.MyCommand"
24
+ reveal_type(click_command(cls=click.Command)) # N: Revealed type is "def (def (*Any, **Any) -> Any) -> click.core.Command"
25
25
reveal_type(command) # N: Revealed type is "click.core.Command"
26
26
27
27
reveal_type(click_group()) # N: Revealed type is "def (def (*Any, **Any) -> Any) -> click.core.Group"
28
- reveal_type(click_group(cls=MarkdownHelpGroup)) # N: Revealed type is "def (def (*Any, **Any) -> Any) -> consolekit.commands.MarkdownHelpGroup* "
29
- reveal_type(click_group(cls=click.Group)) # N: Revealed type is "def (def (*Any, **Any) -> Any) -> click.core.Group* "
28
+ reveal_type(click_group(cls=MarkdownHelpGroup)) # N: Revealed type is "def (def (*Any, **Any) -> Any) -> consolekit.commands.MarkdownHelpGroup"
29
+ reveal_type(click_group(cls=click.Group)) # N: Revealed type is "def (def (*Any, **Any) -> Any) -> click.core.Group"
30
30
reveal_type(group) # N: Revealed type is "click.core.Group"
You can’t perform that action at this time.
0 commit comments