We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1f5066 + d518419 commit e290ba3Copy full SHA for e290ba3
2 files changed
.github/workflows/ci.yml
@@ -62,8 +62,7 @@ jobs:
62
- uses: astral-sh/setup-uv@v7
63
with:
64
python-version: ${{ matrix.python }}
65
- activate-environment: true
66
- - run: uv pip install tox tox-uv
+ - run: uv tool install tox --with tox-uv
67
- run: tox -e ${{ matrix.tox }}
68
if: ${{ ! matrix.coverage }}
69
- run: tox -e ${{ matrix.tox }} -- --cov-report=xml
pyproject.toml
@@ -77,7 +77,7 @@ module = "brreg.*"
77
disallow_untyped_defs = true
78
79
80
-[tool.pyright]
+[tool.basedpyright]
81
pythonVersion = "3.10"
82
typeCheckingMode = "strict"
83
# Already covered by tests and careful import ordering:
0 commit comments