Skip to content

Commit

Permalink
Merge pull request #88 from jorenham/maint/update-development-depende…
Browse files Browse the repository at this point in the history
…ncies

bump `basedpyright` to `1.19.0` and `tox` to `4.23.0`
  • Loading branch information
jorenham authored Oct 17, 2024
2 parents 7ab7641 + ce70733 commit 1bafc0b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 17 deletions.
18 changes: 7 additions & 11 deletions poetry.lock

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

7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ optype = "^0.6.1"

[tool.poetry.group.lint.dependencies]
basedmypy = "^2.6.0"
basedpyright = "^1.18.4"
basedpyright = "^1.19.0"
ruff = "^0.6.9"

[tool.poetry.group.dev.dependencies]
poethepoet = "^0.29.0"
pre-commit = "^4.0.1"
tox = "^4.21.2"
tox = "^4.23.0"

[tool.poe.executor]
type = "poetry"
Expand Down Expand Up @@ -160,8 +160,6 @@ select = [
[tool.ruff.lint.flake8-import-conventions]
banned-from = [
"numpy",
"numpy.dtypes",
"numpy.exceptions",
"numpy.emath",
"numpy.fft",
"numpy.linalg",
Expand All @@ -171,7 +169,6 @@ banned-from = [
"numpy.rec",
"numpy.typing",
"numpy.strings",
"optype",
"optype.numpy",
"optype.typing",
]
Expand Down
2 changes: 1 addition & 1 deletion scipy-stubs/_lib/_util.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import numpy as np
import numpy.typing as npt
import optype.numpy as onpt
from numpy._typing import _ArrayLikeInt
from numpy.exceptions import ( # noqa: ICN003
from numpy.exceptions import (
AxisError as AxisError,
ComplexWarning as ComplexWarning,
DTypePromotionError as DTypePromotionError,
Expand Down

0 comments on commit 1bafc0b

Please sign in to comment.