@@ -51,7 +51,7 @@ Changelog = "https://github.com/numpy/numtype/releases"
5151numpy = [" numtype[numpy]" ]
5252lint = [
5353 " dprint-py>=0.50.2.0" ,
54- " ruff>=0.13.1 " ,
54+ " ruff>=0.13.3 " ,
5555]
5656pytest = [
5757 { include-group = " numpy" },
@@ -70,7 +70,7 @@ types = [
7070basedpyright = [
7171 { include-group = " numpy" },
7272 { include-group = " types" },
73- " basedpyright==1.31.5 " ,
73+ " basedpyright==1.31.6 " ,
7474]
7575mypy = [
7676 { include-group = " types" },
@@ -81,10 +81,10 @@ typecheck = [
8181 { include-group = " mypy" },
8282]
8383docs = [
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
145145reportPrivateUsage = false
146146reportPropertyTypeMismatch = false
147147reportSelfClsParameterName = false
148- reportShadowedImports = false # causes a ~35% slowdown
149148reportUninitializedInstanceVariable = true
150149reportUnnecessaryTypeIgnoreComment = true
151150reportUnusedExpression = false
0 commit comments