Skip to content

Commit

Permalink
numpy 2.0 lint
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Oct 28, 2024
1 parent a3a338a commit 4a37e8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,9 @@ select = [
# print statements
"T201",
# pandas-vet
"PD"
"PD",
# numpy 2.0
"NPY201"
]
ignore = [
# pydocstyle
Expand Down

0 comments on commit 4a37e8b

Please sign in to comment.