Skip to content

Commit dbd4042

Browse files
authored
⬆️ bump basedpyright to 1.25.0 (#7)
2 parents 72a6476 + 12a8162 commit dbd4042

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

pyproject.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dev = [
4343
{include-group = "numpy"},
4444
"ruff>=0.9.3",
4545
"basedmypy[faster-cache]>=2.9.1",
46-
"basedpyright>=1.24.0",
46+
"basedpyright>=1.25.0",
4747
"libcst>=1.6.0",
4848
]
4949

@@ -69,7 +69,6 @@ disable_bytearray_promotion = true
6969
disable_memoryview_promotion = true
7070
enable_error_code = ["ignore-without-code", "truthy-bool"]
7171
disable_error_code = ["explicit-override"] # TODO
72-
7372
# basedmypy only
7473
warn_unreachable = false
7574
warn_unused_ignores = false
@@ -78,9 +77,7 @@ disallow_any_explicit = false
7877
[tool.pyright]
7978
include = ["src/numpy-stubs"]
8079
ignore = [".venv"]
81-
venv = ".venv/"
82-
venvPath = "."
83-
stubPath = "src/"
80+
stubPath = "src"
8481
pythonVersion = "3.10"
8582
pythonPlatform = "All"
8683
typeCheckingMode = "standard"
@@ -97,7 +94,6 @@ reportPropertyTypeMismatch = false
9794
reportShadowedImports = true
9895
reportUninitializedInstanceVariable = true
9996
reportUnnecessaryTypeIgnoreComment = true
100-
10197
# basedpyright only
10298
failOnWarnings = true
10399
reportIgnoreCommentWithoutRule = true

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)