Skip to content

Commit

Permalink
chore: add NPY rules to ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Jan 22, 2024
1 parent 3a5f0d9 commit 6780ce5
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 @@ -91,6 +91,7 @@ select = [
"I", # flake8-isort
"ISC", # flake8-implicit-str-concat
"N", # pep8-naming
"NPY", # numpy
"PL", # pylint
"PT", # flake8-pytest-style
"Q", # flake8-quotes
Expand Down

0 comments on commit 6780ce5

Please sign in to comment.