Skip to content

Commit

Permalink
Apply ruff/pycodestyle preview rule E262 (#2370)
Browse files Browse the repository at this point in the history
E262 Inline comment should start with `# `

Co-authored-by: Joe Hamman <joe@earthmover.io>
  • Loading branch information
DimitriPapadopoulos and jhamman authored Oct 15, 2024
1 parent da675fe commit 41a567e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/v3/test_indexing.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ def test_get_orthogonal_selection_2d(store: StorePath) -> None:
with pytest.raises(IndexError):
z.get_orthogonal_selection(selection_2d_bad) # type: ignore[arg-type]
with pytest.raises(IndexError):
z.oindex[selection_2d_bad] # type: ignore[index]
z.oindex[selection_2d_bad] # type: ignore[index]


def _test_get_orthogonal_selection_3d(
Expand Down

0 comments on commit 41a567e

Please sign in to comment.