We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6c2d6 commit bb7ff39Copy full SHA for bb7ff39
.github/workflows/lint.yml
@@ -59,5 +59,5 @@ jobs:
59
doc8 --ignore-path build --max-line-length 100
60
echo "$(poetry env info --path)/bin" >> $GITHUB_PATH
61
62
- - name: Run pyright
63
- uses: jakebailey/pyright-action@v2
+ # - name: Run pyright
+ # uses: jakebailey/pyright-action@v2
django_typer/__init__.py
@@ -1744,7 +1744,7 @@ def __init__(
1744
stderr: t.Optional[t.TextIO] = None,
1745
no_color: bool = no_color,
1746
force_color: bool = force_color,
1747
- **kwargs,
+ **kwargs: t.Dict[str, t.Any],
1748
):
1749
self.force_color = force_color
1750
self.no_color = no_color
0 commit comments