Skip to content

Commit ec41172

Browse files
committed
Add mypy for examples
1 parent ea34a01 commit ec41172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repos:
3838
hooks:
3939
- id: mypy
4040
name: mypy
41-
entry: mypy src tests --config-file ./pyproject.toml
41+
entry: mypy src tests examples --config-file ./pyproject.toml
4242
language: python
4343
types: [python]
4444
require_serial: true

0 commit comments

Comments
 (0)