Compatibility with click==8.1.4 (#2736)

They somehow messed up with type hints what made pyright unhappy.
To solve it we explicitly pass the Group class to the group() decorator.

In addition to that bump pyright version.
This commit is contained in:
Alexander Kukushkin
2023-07-07 09:33:30 +02:00
committed by GitHub
parent e72d3ba79e
commit 0eea239f6b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -173,4 +173,4 @@ jobs:
- uses: jakebailey/pyright-action@v1
with:
version: 1.1.315
version: 1.1.316