Skip to content

Commit

Permalink
➕ bump basedpyright to 1.23.1 (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham authored Dec 19, 2024
2 parents 937774b + ff60a9f commit d26fec6
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 28 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ typecheck = [
{include-group = "scipy"},
{include-group = "codegen"},
"basedmypy[faster-cache]>=2.8.1",
"basedpyright>=1.23.0",
"basedpyright>=1.23.1",
"packaging",
]
codegen = [
Expand Down Expand Up @@ -235,12 +235,11 @@ ignore = [
]

[tool.ruff]
builtins = ["reveal_locals", "reveal_type"]
src = ["scipy-stubs", "codegen", "scripts"]
exclude = [".venv"]
force-exclude = true
# https://typing.readthedocs.io/en/latest/guides/writing_stubs.html#maximum-line-length
line-length = 130
src = ["scipy-stubs", "codegen", "scripts"]

[tool.ruff.format]
docstring-code-format = true
Expand Down
50 changes: 25 additions & 25 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d26fec6

Please sign in to comment.