Skip to content

Commit

Permalink
Add pybind11 as dependence when using mypy to process type checking.
Browse files Browse the repository at this point in the history
  • Loading branch information
hzhangxyz committed Dec 14, 2023
1 parent a18e596 commit a312f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ repos:
- id: mypy
files: "setup.py"
args: []
additional_dependencies: [types-setuptools]
additional_dependencies: [types-setuptools, pybind11]

# Changes tabs to spaces
- repo: https://github.com/Lucas-C/pre-commit-hooks
Expand Down

0 comments on commit a312f74

Please sign in to comment.