Skip to content

Commit 211f560

Browse files
committed
Use latest mamin of django-stubs
1 parent 04f0f9a commit 211f560

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ repos:
5353
- id: mypy
5454
args: ["--ignore-missing-imports", "--scripts-are-modules", "--show-traceback"]
5555
additional_dependencies:
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
56+
- django-stubs @ git+https://github.com/typeddjango/django-stubs.git@36002a20874a4f1d5671e2f784c7257eb50fe691
57+
- django-stubs-ext @ git+https://github.com/typeddjango/django-stubs.git@36002a20874a4f1d5671e2f784c7257eb50fe691#subdirectory=django_stubs_ext
5858
- mysqlclient
5959
- pytest==7.1.2

0 commit comments

Comments
 (0)