Skip to content

Commit 35124b7

Browse files
STY: Apply ruff/pygrep-hooks rule PGH004
PGH004 Do not add spaces between `noqa` and its colon
1 parent 26b81aa commit 35124b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Ignore warning requesting help with nicom
77
with pytest.warns(UserWarning):
8-
import nibabel.nicom # noqa :401
8+
import nibabel.nicom # noqa: F401
99

1010

1111
@pytest.fixture(scope='session', autouse=True)

0 commit comments

Comments
 (0)