Skip to content

Commit 8c6140f

Browse files
committed
Use mypy options from pyproject.toml.
1 parent e02ec7f commit 8c6140f

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

3030
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)