Skip to content

Commit

Permalink
Revert "enable NPY201"
Browse files Browse the repository at this point in the history
This reverts commit dc1d719.
  • Loading branch information
njzjz committed Aug 6, 2024
1 parent d6b1307 commit 062fd55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ ignore = [
"TRY003", # Avoid specifying long messages outside the exception class
"TRY300", # Checks for return statements in try blocks
"TRY301", # Checks for raise statements within try blocks
"NPY201", # Numpy 2.0 deprecation
]
pydocstyle.convention = "google"
isort.required-imports = ["from __future__ import annotations"]
Expand Down

0 comments on commit 062fd55

Please sign in to comment.