Sergei Shishov

Results 97 comments of Sergei Shishov

Agree, we started to use also local hooks: ```yaml repos: - repo: local hooks: # Static Typing - args: ["run", "--", "--cache-fine-grained"] description: Static type checker for Python # https://github.com/pre-commit/mirrors-mypy/blob/main/.pre-commit-hooks.yaml...

Thanks @sterliakov , we have started using mentioned `assert` everywhere, no problems since then 👍

When the change is going to be released?

Hello @tfranzel and @johnthagen . My use case is the subclass of AutoSchema and extend it to use with `drf-rw-serializers` which we have in Blueprints. As we are using `mypy`...

Apparently the issue can be fixed using workaround by importing `pandas` somewhere before the test, like in `conftest`. But anyway it looks like a workaround (especially if you need to...

I know that we have a pre-commit hook for safety, but it is named differently and cannot be used as local repository hook. Also the current implementation of safety does...

For us `pyupgrade` is doing exactly what you described. And now the generated dataclasses are not working anymore with the error: ``` File "/home/user/venv/lib/python3.10/site-packages/xsdata/formats/dataclass/models/builders.py", line 540, in is_typing_supported and not...

Hi @tefra can we expect these new types to work in Python3.11+ or not? How we are going to tackle the problem?

The fix is not working when you are using `hyphen = True` in your model. In this case in the dictionary it will be `UUID` with hyphen and checked against...

Maintainers are not interested in adding type hints or what?