Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions dev-tools/scripts/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ reportUnnecessaryComparison = "hint" # Requires cleaning up some dead co
reportUntypedNamedTuple = "hint" # Requires moving to different type of named tuple
reportUnusedCallResult = "none" # Forces you to assign unused retvals to '_', very noisy.

# Intentionally disabled because it slows pyright by 2x
reportShadowedImports = "none" # Extremely slow check

[tool.ruff]
target-version = "py312"
line-length = 200
Expand Down
2 changes: 1 addition & 1 deletion dev-tools/scripts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ PyGithub==2.8.1
# JIRA processing in githubPRs
jira==3.8.0
# type-checking in "make lint"
basedpyright==1.31.4
basedpyright==1.31.6
# linting in "make lint"
ruff==0.13.2
Loading