Skip to content

Commit

Permalink
Add ruff rule for numpy 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hombit committed Jun 17, 2024
1 parent c44bfe1 commit 013aabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ select = [
"D300",
"D417",
"D419",

"NPY201",
]

ignore = [
Expand Down

0 comments on commit 013aabc

Please sign in to comment.