Skip to content

Commit

Permalink
Merge pull request #461 from lincc-frameworks/ruff-numpy-v2-lint
Browse files Browse the repository at this point in the history
Template: numpy v2.0 lint for ruff
  • Loading branch information
hombit authored Jun 17, 2024
2 parents c9bdb63 + 02d5039 commit 0dd9a5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python-project-template/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ select = [
"D300",
"D417",
"D419",

# Numpy v2.0 compatibility
"NPY201",
]

ignore = [
Expand Down

0 comments on commit 0dd9a5b

Please sign in to comment.