Skip to content

Commit 194d05c

Browse files
committed
latest django-stubs
1 parent b31a3e0 commit 194d05c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ repos:
5959
- id: mypy
6060
args: ["--ignore-missing-imports", "--scripts-are-modules", "--show-traceback"]
6161
additional_dependencies:
62-
- django-stubs @ git+https://github.com/typeddjango/django-stubs.git@36002a20874a4f1d5671e2f784c7257eb50fe691
63-
- django-stubs-ext @ git+https://github.com/typeddjango/django-stubs.git@36002a20874a4f1d5671e2f784c7257eb50fe691#subdirectory=django_stubs_ext
62+
- django-stubs==1.14.0
6463
- mysqlclient
65-
- pytest==7.1.2
64+
- pytest==7.2.1

0 commit comments

Comments
 (0)