Skip to content

Commit

Permalink
MNT: Add the numpy 2 migration linter. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher Chegini committed Apr 7, 2024
1 parent dfbeb62 commit 452a2a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ lint.select = [
"TCH",
# Ruff-specific rules
"RUF",
# compatibility with numpy 2.0
"NPY201",
]

exclude = [
Expand Down

0 comments on commit 452a2a1

Please sign in to comment.