Skip to content

Commit c369401

Browse files
committed
Passing correct args to mypy, to not be silent
1 parent 1eca3cc commit c369401

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
@@ -91,7 +91,7 @@ repos:
9191
rev: v1.17.1
9292
hooks:
9393
- id: mypy
94-
args: [--pretty, --ignore-missing-imports]
94+
args: [--scripts-are-modules]
9595
additional_dependencies:
9696
- aiohttp>=3.10.6 # Match pyproject.toml
9797
- PyMuPDF>=1.24.12

0 commit comments

Comments
 (0)