James Braza

Results 182 comments of James Braza

@eyurtsev could I bug you to take a look again?

Thanks for the response, just trying to understand it more. The below code with `foo = foo + 1` triggers `B023` as well, though I believe it also doesn't have...

Just his this today, I also forgot to `COPY` the `README.md` into our `Dockerfile`. The `poetry install` command threw a warning, but still gave a 0 error code (which didn't...

Cc @hauntsaninja since you made https://github.com/psf/black-pre-commit-mirror

Thanks for responding, and yeah it would be good to support parallelism. Thanks for being willing to implement this. For timings running `mypy` repo-wide, using `mypy 1.4.1 (compiled: yes)`: -...

Thanks for doing a performance improvement! I was a little bored of making a massive unit test, so I went ahead and just did this right now. Running `refurb==1.20.0` for...

Thank you for the breakdown! That helps me understand things. I am slowly figuring this out on my end too, now running `refurb` on the full repo (with macOS Monterey...

With Python 3.12.2 and Pydantic 2.6.4: ```python from typing import Generic, TypeVar from pydantic import BaseModel, Json Serializable = BaseModel | Json TState = TypeVar("TState", bound=Serializable) TInfo = TypeVar("TInfo", bound=Serializable)...

Cc @logan-markewich, if you had any thoughts

Cc @jmorganca @technovangelist on the revival