Skip to content

Commit bace292

Browse files
build(deps): bump basedpyright from 1.31.4 to 1.31.6 in /dev-tools/scripts (#15281)
* build(deps): bump basedpyright in /dev-tools/scripts Bumps [basedpyright](https://github.com/detachhead/basedpyright) from 1.31.4 to 1.31.6. - [Release notes](https://github.com/detachhead/basedpyright/releases) - [Commits](DetachHead/basedpyright@v1.31.4...v1.31.6) --- updated-dependencies: - dependency-name: basedpyright dependency-version: 1.31.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * chore: remove disabled reportShadowedImports pyright check Remove commented-out reportShadowedImports setting from pyproject.toml. This check was intentionally disabled due to performance concerns, it now no longer exists. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Robert Muir <[email protected]>
1 parent a6e47fd commit bace292

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

dev-tools/scripts/pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ reportUnnecessaryComparison = "hint" # Requires cleaning up some dead co
2222
reportUntypedNamedTuple = "hint" # Requires moving to different type of named tuple
2323
reportUnusedCallResult = "none" # Forces you to assign unused retvals to '_', very noisy.
2424

25-
# Intentionally disabled because it slows pyright by 2x
26-
reportShadowedImports = "none" # Extremely slow check
27-
2825
[tool.ruff]
2926
target-version = "py312"
3027
line-length = 200

dev-tools/scripts/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ PyGithub==2.8.1
1313
# JIRA processing in githubPRs
1414
jira==3.8.0
1515
# type-checking in "make lint"
16-
basedpyright==1.31.4
16+
basedpyright==1.31.6
1717
# linting in "make lint"
1818
ruff==0.13.2

0 commit comments

Comments
 (0)