Skip to content

Commit

Permalink
Ruff: remove NPY tests (#2287)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart authored Sep 6, 2024
1 parent 4aef8fb commit 6cee6b4
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 @@ -286,7 +286,7 @@ quote-style = "single"
skip-magic-trailing-comma = true

[tool.ruff.lint]
extend-select = ["ANN", "D", "I", "NPY201", "RUF", "UP"]
extend-select = ["ANN", "D", "I", "RUF", "UP"]
ignore = ["ANN101", "ANN102", "ANN401"]

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

0 comments on commit 6cee6b4

Please sign in to comment.