Skip to content

Commit d890464

Browse files
committed
Use latest mamin of django-stubs
1 parent d60331b commit d890464

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
@@ -45,7 +45,9 @@ repos:
4545
rev: v0.982
4646
hooks:
4747
- id: mypy
48+
args: ["--ignore-missing-imports", "--scripts-are-modules", "--show-traceback"]
4849
additional_dependencies:
49-
- django-stubs==1.12.0
50+
- django-stubs @ git+https://github.com/typeddjango/django-stubs.git@a78c59226a556895cf3206f37065087aca3da092
51+
- django-stubs-ext @ git+https://github.com/typeddjango/django-stubs.git@a78c59226a556895cf3206f37065087aca3da092#subdirectory=django_stubs_ext
5052
- mysqlclient
5153
- pytest==7.1.2

0 commit comments

Comments
 (0)