We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0120eb8 commit 76dfa6eCopy full SHA for 76dfa6e
.pre-commit-config.yaml
@@ -92,6 +92,7 @@ repos:
92
- id: mypy
93
args: [--config-file=pyproject.toml]
94
additional_dependencies:
95
+ - orjson # Ref: https://github.com/python/mypy/blob/v1.13.0/CHANGELOG.md#improved-performance
96
- httpx>=0.27
97
- pytest>=8.2
98
- respx>=0.21
0 commit comments