Skip to content

Commit ba056dd

Browse files
authored
Merge pull request #721 from numpy/bump-dev-deps
2 parents d3ee947 + ed1709c commit ba056dd

File tree

4 files changed

+288
-220
lines changed

4 files changed

+288
-220
lines changed

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Changelog = "https://github.com/numpy/numtype/releases"
5151
numpy = ["numtype[numpy]"]
5252
lint = [
5353
"dprint-py>=0.50.2.0",
54-
"ruff>=0.13.1",
54+
"ruff>=0.13.3",
5555
]
5656
pytest = [
5757
{ include-group = "numpy" },
@@ -70,7 +70,7 @@ types = [
7070
basedpyright = [
7171
{ include-group = "numpy" },
7272
{ include-group = "types" },
73-
"basedpyright==1.31.5",
73+
"basedpyright==1.31.6",
7474
]
7575
mypy = [
7676
{ include-group = "types" },
@@ -81,10 +81,10 @@ typecheck = [
8181
{ include-group = "mypy" },
8282
]
8383
docs = [
84-
"mkdocs-material>=9.6.20",
84+
"mkdocs-material>=9.6.21",
8585
"mkdocs-awesome-nav>=3.2.0",
8686
"markdown-callouts>=0.4.0",
87-
"mkdocs-include-markdown-plugin>=7.1.7",
87+
"mkdocs-include-markdown-plugin>=7.2.0",
8888
"mkdocs-minify-plugin>=0.8.0",
8989
"mkdocstrings[python]>=0.30.1",
9090
"pygments>=2.19.2",
@@ -145,7 +145,6 @@ reportMissingSuperCall = false
145145
reportPrivateUsage = false
146146
reportPropertyTypeMismatch = false
147147
reportSelfClsParameterName = false
148-
reportShadowedImports = false # causes a ~35% slowdown
149148
reportUninitializedInstanceVariable = true
150149
reportUnnecessaryTypeIgnoreComment = true
151150
reportUnusedExpression = false

tool/stubtest.py.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tool/ufunc.py.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)