Skip to content

Commit

Permalink
Add numpy lint (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson authored Dec 2, 2024
1 parent 9bd01cc commit e849ee4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ extend-select = [
"B", # BugBear
"S", # Bandit
"RUF", # ruff specific
"NPY", # numpy specific
]

[tool.ruff.lint.per-file-ignores]
Expand Down

0 comments on commit e849ee4

Please sign in to comment.