Skip to content

Commit 3ac147c

Browse files
authored
Mark zxcvbn as completed (#9088)
1 parent 2199115 commit 3ac147c

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
zxcvbn.__main__
2+
3+
# re-exports:
4+
zxcvbn.feedback.ALL_UPPER
5+
zxcvbn.feedback.START_UPPER
6+
zxcvbn.scoring.ADJACENCY_GRAPHS
7+
zxcvbn.matching.FREQUENCY_LISTS

stubs/zxcvbn/METADATA.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
version = "4.4.*"
2+
3+
[tool.stubtest]
4+
ignore_missing_stub = false

0 commit comments

Comments
 (0)