Skip to content

Commit 499ca96

Browse files
STY: Apply ruff/pygrep-hooks rule PGH003
PGH003 Use specific rule codes when ignoring type issues
1 parent d5bd465 commit 499ca96

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
@@ -10,7 +10,7 @@
1010
import os
1111
from contextlib import contextmanager
1212

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

0 commit comments

Comments
 (0)