Skip to content

Commit 1b6a857

Browse files
authored
Add numpy 2 checks to ruff
1 parent b0aa5c9 commit 1b6a857

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ extend-exclude = [
144144
"setup.py",
145145
]
146146

147+
[tool.ruff.lint]
148+
select = ["NPY201"]
149+
147150
[tool.ruff.lint.per-file-ignores]
148151
"__init__.py" = ["F401"]
149152

0 commit comments

Comments
 (0)