Skip to content

Commit

Permalink
Add comment for numpy linting
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Jun 18, 2024
1 parent ab46a2d commit 6455d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ select = [
"E", # pycodestyle
"W", # pycodestyle
"PL", # pylint
"NPY201",
"NPY201", # numpy
]
ignore = [
"E501", # Line too long ({width} > {limit} characters)
Expand Down

0 comments on commit 6455d7c

Please sign in to comment.