Skip to content

Commit 03d793a

Browse files
committed
Avoid using django-stubs[compatible-mypy] extra
Related: typeddjango/django-stubs#2404
1 parent fe883f0 commit 03d793a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.config/requirements-test.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ toml-sort
1515
tox
1616
types-pyyaml
1717
types-requests
18-
django-stubs[compatible-mypy]
18+
django-stubs

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ repos:
116116
additional_dependencies:
117117
- ansible-creator<24.10.0
118118
- ansible-navigator
119-
- django-stubs[compatible-mypy]
119+
- django-stubs
120120
- jinja2
121121
- libtmux
122122
- openapi-core>=0.19.1

0 commit comments

Comments
 (0)