Skip to content

Commit c373463

Browse files
committed
Use latest mamin of django-stubs
1 parent 7baf492 commit c373463

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
@@ -72,7 +72,9 @@ repos:
7272
rev: v1.1.1
7373
hooks:
7474
- id: mypy
75+
args: ["--ignore-missing-imports", "--scripts-are-modules", "--show-traceback"]
7576
additional_dependencies:
76-
- django-stubs==1.12.0
77+
- django-stubs @ git+https://github.com/typeddjango/django-stubs.git@a78c59226a556895cf3206f37065087aca3da092
78+
- django-stubs-ext @ git+https://github.com/typeddjango/django-stubs.git@a78c59226a556895cf3206f37065087aca3da092#subdirectory=django_stubs_ext
7779
- mysqlclient
7880
- pytest==7.1.2

0 commit comments

Comments
 (0)