Skip to content

Commit ab28bca

Browse files
authored
chore: add orjson to mypy pre-commit hook deps (#210)
1 parent 96d132b commit ab28bca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ repos:
9292
- id: mypy
9393
args: [--config-file=pyproject.toml]
9494
additional_dependencies:
95+
- orjson # Ref: https://github.com/python/mypy/blob/v1.13.0/CHANGELOG.md#improved-performance
9596
- httpx>=0.27
9697
- pytest>=8.2
9798
- respx>=0.21

0 commit comments

Comments
 (0)