Skip to content

Commit

Permalink
chore: add orjson to mypy pre-commit hook deps (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer authored Dec 9, 2024
1 parent 96d132b commit ab28bca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ repos:
- id: mypy
args: [--config-file=pyproject.toml]
additional_dependencies:
- orjson # Ref: https://github.com/python/mypy/blob/v1.13.0/CHANGELOG.md#improved-performance
- httpx>=0.27
- pytest>=8.2
- respx>=0.21
Expand Down

0 comments on commit ab28bca

Please sign in to comment.