Mark zxcvbn as completed (#9088)

This commit is contained in:
Nikita Sobolev
2022-11-04 12:16:59 +03:00
committed by GitHub
parent 2199115822
commit 3ac147cf67
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
zxcvbn.__main__
# re-exports:
zxcvbn.feedback.ALL_UPPER
zxcvbn.feedback.START_UPPER
zxcvbn.scoring.ADJACENCY_GRAPHS
zxcvbn.matching.FREQUENCY_LISTS

View File

@@ -1 +1,4 @@
version = "4.4.*"
[tool.stubtest]
ignore_missing_stub = false