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 a9eca48 commit 49b7ec2Copy full SHA for 49b7ec2
.github/workflows/lint.yml
@@ -25,8 +25,6 @@ jobs:
25
uses: actions/setup-python@v5
26
with:
27
python-version: ${{ matrix.python-version }}
28
- - name: Run pyright
29
- uses: jakebailey/pyright-action@v2
30
- name: Install Poetry
31
uses: snok/install-poetry@v1
32
@@ -44,9 +42,11 @@ jobs:
44
42
poetry run black django_typer --check
45
43
poetry run pylint django_typer
46
poetry run mypy django_typer
47
- pyright django_typer
48
poetry check
49
poetry run pip check
50
poetry run python -m readme_renderer ./README.rst -o /tmp/README.html
51
cd ./doc
52
poetry run doc8 --ignore-path build --max-line-length 100
+
+ - name: Run pyright
+ uses: jakebailey/pyright-action@v2
0 commit comments