Skip to content

Commit 18aa9b2

Browse files
committed
Use latest mamin of django-stubs
1 parent f74c204 commit 18aa9b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ repos:
5151
rev: v0.990
5252
hooks:
5353
- id: mypy
54+
args: ["--ignore-missing-imports", "--scripts-are-modules", "--show-traceback"]
5455
additional_dependencies:
55-
- django-stubs==1.12.0
56+
- django-stubs @ git+https://github.com/typeddjango/django-stubs.git@a78c59226a556895cf3206f37065087aca3da092
57+
- django-stubs-ext @ git+https://github.com/typeddjango/django-stubs.git@a78c59226a556895cf3206f37065087aca3da092#subdirectory=django_stubs_ext
5658
- mysqlclient
5759
- pytest==7.1.2

0 commit comments

Comments
 (0)