Skip to content

Commit 9966d9a

Browse files
SYT: Apply ruff/pygrep-hooks rule PGH003
PGH003 Use specific rule codes when ignoring type issues
1 parent 36d4ef8 commit 9966d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

niworkflows/interfaces/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import os
1010
from contextlib import contextmanager
1111

12-
@contextmanager # type: ignore
12+
@contextmanager
1313
def _chdir(path):
1414
cwd = os.getcwd()
1515
os.chdir(path)

0 commit comments

Comments
 (0)