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 ea34a01 commit ec41172Copy full SHA for ec41172
.pre-commit-config.yaml
@@ -38,7 +38,7 @@ repos:
38
hooks:
39
- id: mypy
40
name: mypy
41
- entry: mypy src tests --config-file ./pyproject.toml
+ entry: mypy src tests examples --config-file ./pyproject.toml
42
language: python
43
types: [python]
44
require_serial: true
0 commit comments