File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,6 @@ reportUnnecessaryComparison = "hint" # Requires cleaning up some dead co
2222reportUntypedNamedTuple = " hint" # Requires moving to different type of named tuple
2323reportUnusedCallResult = " 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 ]
2926target-version = " py312"
3027line-length = 200
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ PyGithub==2.8.1
1313# JIRA processing in githubPRs
1414jira == 3.8.0
1515# type-checking in "make lint"
16- basedpyright == 1.31.4
16+ basedpyright == 1.31.6
1717# linting in "make lint"
1818ruff == 0.13.2
You can’t perform that action at this time.
0 commit comments