Skip to content

Commit ff683dc

Browse files
STY: Apply ruff/pygrep-hooks rule PGH003
PGH003 Use specific rule codes when ignoring type issues
1 parent 98c225a commit ff683dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/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)