From a0f997c80c1f8997be132aae54fc1cbb614e9e47 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sat, 28 Jan 2023 12:38:14 +0000 Subject: [PATCH] latest django-stubs --- .pre-commit-config.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7481a72a..aa2ad302 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -74,7 +74,6 @@ repos: - id: mypy args: ["--ignore-missing-imports", "--scripts-are-modules", "--show-traceback"] additional_dependencies: - - 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 + - django-stubs==1.14.0 - mysqlclient - - pytest==7.1.2 + - pytest==7.2.1