Skip to content

Commit 3d40db9

Browse files
committed
Use mypy options from pyproject.toml.
1 parent 662f9cb commit 3d40db9

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
@@ -24,7 +24,7 @@ repos:
2424
rev: v1.16.0
2525
hooks:
2626
- id: mypy
27-
args: [--ignore-missing-imports, --strict]
27+
args: [--config-file=pyproject.toml]
2828
exclude: "tests"
2929
additional_dependencies: [
3030
types-requests

0 commit comments

Comments
 (0)