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 c19367b commit 3aa5e02
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 @@ -136,6 +136,8 @@ lint.select = [
"TCH",
# Ruff-specific rules
"RUF",
# compatibility with numpy 2.0
"NPY201",
]

exclude = [
Expand Down

0 comments on commit 3aa5e02

Please sign in to comment.