Skip to content

Commit e290ba3

Browse files
authored
Merge pull request #128 from crdbrd/fix-pyright-in-ci
2 parents f1f5066 + d518419 commit e290ba3

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ jobs:
6262
- uses: astral-sh/setup-uv@v7
6363
with:
6464
python-version: ${{ matrix.python }}
65-
activate-environment: true
66-
- run: uv pip install tox tox-uv
65+
- run: uv tool install tox --with tox-uv
6766
- run: tox -e ${{ matrix.tox }}
6867
if: ${{ ! matrix.coverage }}
6968
- run: tox -e ${{ matrix.tox }} -- --cov-report=xml

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ module = "brreg.*"
7777
disallow_untyped_defs = true
7878

7979

80-
[tool.pyright]
80+
[tool.basedpyright]
8181
pythonVersion = "3.10"
8282
typeCheckingMode = "strict"
8383
# Already covered by tests and careful import ordering:

0 commit comments

Comments
 (0)