Skip to content

Commit

Permalink
Add numpy 2 checks to ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
m-reuter authored Aug 29, 2024
1 parent b0aa5c9 commit 1b6a857
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ extend-exclude = [
"setup.py",
]

[tool.ruff.lint]
select = ["NPY201"]

[tool.ruff.lint.per-file-ignores]
"__init__.py" = ["F401"]

Expand Down

0 comments on commit 1b6a857

Please sign in to comment.