Kevin Murphy

Results 6 issues of Kevin Murphy

Hi! This is the first issue I've opened, so please let me know if you'd like any more information. I'm running into an issue where `git-gui` will hang indefinitely after...

Hi, I'm noticing some different behavior in how `isort.Config` is handling string arguments depending on how they're passed in. In this case, I think it was actually a bug in...

Hi! I apologize if this has been answered elsewhere, but I don't see any existing documentation on this point (https://github.com/PyCQA/isort/issues/156 is the closest I found). I'm currently building a tool...

I'm trying to integrate this tool into my codebase at work, and I came across a curious situation where `google-java-format` will always add an empty comment. This is probably better...

**Bug Report** Apologies if this has already been reported, but I couldn't find an existing issue for it. The issue I'm seeing is related to accessing the `.value` of an...

bug
topic-enum

**Crash Report** Under some specific conditions, `mypy` crashes when creating type aliases for unions with self-referential variants. Specifically, both of these work fine: ```python X: ty.TypeAlias = ty.Union[ ty.Set["X"], ty.Sequence["X"],...

crash
topic-recursive-types