Skip to content

Commit bb7ff39

Browse files
committed
temporarily disable pyright
1 parent bf6c2d6 commit bb7ff39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ jobs:
5959
doc8 --ignore-path build --max-line-length 100
6060
echo "$(poetry env info --path)/bin" >> $GITHUB_PATH
6161
62-
- name: Run pyright
63-
uses: jakebailey/pyright-action@v2
62+
# - name: Run pyright
63+
# uses: jakebailey/pyright-action@v2

django_typer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1744,7 +1744,7 @@ def __init__(
17441744
stderr: t.Optional[t.TextIO] = None,
17451745
no_color: bool = no_color,
17461746
force_color: bool = force_color,
1747-
**kwargs,
1747+
**kwargs: t.Dict[str, t.Any],
17481748
):
17491749
self.force_color = force_color
17501750
self.no_color = no_color

0 commit comments

Comments
 (0)