Skip to content

Commit a4e03dc

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5d1ffb9 commit a4e03dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pluggy/_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def parse_hookimpl_opts(self, plugin: _Plugin, name: str) -> HookimplOpts | None
188188
res: HookimplOpts | None = getattr(
189189
method, self.project_name + "_impl", None
190190
)
191-
except Exception: #pragma: no cover
191+
except Exception: # pragma: no cover
192192
res = {} # type: ignore[assignment] #pragma: no cover
193193
if res is not None and not isinstance(res, dict):
194194
# false positive

0 commit comments

Comments
 (0)