Skip to content

Commit

Permalink
SYT: Apply ruff/pygrep-hooks rule PGH003
Browse files Browse the repository at this point in the history
PGH003 Use specific rule codes when ignoring type issues
  • Loading branch information
DimitriPapadopoulos committed Dec 22, 2024
1 parent 36d4ef8 commit 9966d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion niworkflows/interfaces/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import os
from contextlib import contextmanager

@contextmanager # type: ignore
@contextmanager

Check warning on line 12 in niworkflows/interfaces/conftest.py

View check run for this annotation

Codecov / codecov/patch

niworkflows/interfaces/conftest.py#L12

Added line #L12 was not covered by tests
def _chdir(path):
cwd = os.getcwd()
os.chdir(path)
Expand Down

0 comments on commit 9966d9a

Please sign in to comment.