Skip to content

Commit

Permalink
fix: enable numpy rule
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Aug 5, 2024
1 parent ddf7111 commit 8543540
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 @@ -98,6 +98,7 @@ select = [
"I", # isort
"UP", # pyupgrade
"C4", # flake8-comprehensions
"NPY", # numpy
]
ignore = [
"E501", # line too long
Expand Down

0 comments on commit 8543540

Please sign in to comment.