Daniel

Results 6 comments of Daniel
trafficstars

I don't know if this is quite obsolete, but could stand to be renamed. It's the easiest way I'm aware of to tell gruvbox to `let s:sign_column = s:number_column`

Since `TypedDict` is a special case, and this is much simpler to implement than adding a new option, I've raised #189 as a proposal to address that specific case

> `--ignore-class-names` fixes the problem of wanting to understand inheritance across modules, @danielpatrickdotdev, because we can't handle that otherwise as you rediscovered in #189. It does, but I'm never keen...

In some ways it is, but it's quite an unweildy thing to define. I certainly wouldn't want to ignore all checks for a list of classes. Plus in this case...

Whilst this approach covers many scenarios, I can't see an easy way to handle mutliple layers of inheritance from `TypedDict` across modules. If anyone has any thoughts on that I...

> We can't handle that at all. To do so would require running the code to get the `__mro__` at runtime. As this is purely static analysis, we can't build...