ma11011s
ma11011s
For anyone that uses `mirrors-prettier` with `pre-commit`: ``` - repo: https://github.com/pre-commit/mirrors-prettier rev: v4.0.0-alpha.3 hooks: - id: prettier entry: env PRETTIER_LEGACY_CLI=1 prettier ```
Sorry I should also have said that this is a typing issue. Should still be fixed in the code IMHO.
I am not that experienced with github and pull requests, so i hope this [PR](https://github.com/clokep/django-render-block/pull/58) is okay.
I think it's safe to suppress the warning with: ``` import warnings warnings.filterwarnings( "ignore", message="Core Pydantic V1 functionality isn't compatible with Python 3.14 or greater.", category=UserWarning, module="cloudflare._compat", ) ```