Skip to content

Commit 846ba95

Browse files
authored
remove extra --generate-allowlist (#1576)
* remove extra `--generate-allowlist` * Update stubtest.sh * Update allowlist_todo.txt * Update stubtest.sh
1 parent 2fe1bb0 commit 846ba95

File tree

2 files changed

+401
-2
lines changed

2 files changed

+401
-2
lines changed

scripts/stubtest.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ stubtest django \
1111
--mypy-config-file mypy.ini \
1212
--ignore-positional-only \
1313
--allowlist scripts/stubtest/allowlist.txt \
14-
--allowlist scripts/stubtest/allowlist_todo.txt \
15-
--generate-allowlist
14+
--allowlist scripts/stubtest/allowlist_todo.txt

0 commit comments

Comments
 (0)