We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb9c9c0 commit 6803d6fCopy full SHA for 6803d6f
.pre-commit-config.yaml
@@ -59,7 +59,7 @@ repos:
59
- id: mypy
60
args: ["--ignore-missing-imports", "--scripts-are-modules", "--show-traceback"]
61
additional_dependencies:
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
+ - django-stubs @ git+https://github.com/typeddjango/django-stubs.git@36002a20874a4f1d5671e2f784c7257eb50fe691
+ - django-stubs-ext @ git+https://github.com/typeddjango/django-stubs.git@36002a20874a4f1d5671e2f784c7257eb50fe691#subdirectory=django_stubs_ext
64
- mysqlclient
65
- pytest==7.1.2
0 commit comments