Skip to content

Commit 11e5b97

Browse files
committed
fix: typo check-typing - warning[unknown-rule]: Unknown rule . Did you mean ?
1 parent 2e2007d commit 11e5b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ check-typing venv="":
511511
--ignore too-many-positional-arguments \
512512
--ignore unknown-argument \
513513
--ignore missing-argument \
514-
--ignore non-subscriptable \
514+
--ignore not-subscriptable \
515515
--ignore not-iterable \
516516
--ignore no-matching-overload \
517517
--ignore conflicting-declarations \

0 commit comments

Comments
 (0)