Skip to content

Commit 679cdfe

Browse files
committed
linting: add ruff check for numpy breaking changes
1 parent 0340fe0 commit 679cdfe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ ignore-semiprivate = false
4343
quiet = false
4444
verbose = 2
4545

46+
[tool.ruff.lint]
47+
select = ["NPY201"]
4648

4749
[tool.pytest.ini_options]
4850
minversion = "6.0"

0 commit comments

Comments
 (0)