Skip to content

Commit dbd804b

Browse files
committed
Use latest mamin of django-stubs
1 parent 751e674 commit dbd804b

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
@@ -57,7 +57,9 @@ repos:
5757
rev: v0.991
5858
hooks:
5959
- id: mypy
60+
args: ["--ignore-missing-imports", "--scripts-are-modules", "--show-traceback"]
6061
additional_dependencies:
61-
- django-stubs==1.12.0
62+
- django-stubs @ git+https://github.com/typeddjango/django-stubs.git@a78c59226a556895cf3206f37065087aca3da092
63+
- django-stubs-ext @ git+https://github.com/typeddjango/django-stubs.git@a78c59226a556895cf3206f37065087aca3da092#subdirectory=django_stubs_ext
6264
- mysqlclient
6365
- pytest==7.1.2

0 commit comments

Comments
 (0)