@@ -37,17 +37,17 @@ vanilla Python, and it doesn't have any external dependencies, it works with v2.
37
37
required but detection of 2.x functionality will remain functional.
38
38
39
39
It functions by parsing Python code into an abstract syntax tree (AST), which it traverses and
40
- matches against internal dictionaries with **3427 ** rules, covering v2.0-2.7 and v3.0-3.11, divided
41
- into **144 ** modules, **2356 ** classes/functions/constants members of modules, **801 ** kwargs of
40
+ matches against internal dictionaries with **3556 ** rules, covering v2.0-2.7 and v3.0-3.11, divided
41
+ into **147 ** modules, **2442 ** classes/functions/constants members of modules, **838 ** kwargs of
42
42
functions, **4 ** strftime directives, **3 ** bytes format directives, **2 ** array typecodes, **3 **
43
- codecs error handler names, **20 ** codecs encodings, **75 ** builtin generic annotation types, **9 **
43
+ codecs error handler names, **20 ** codecs encodings, **78 ** builtin generic annotation types, **9 **
44
44
builtin dict union (``| ``) types, **8 ** builtin dict union merge (``|= ``) types, and **2 ** user
45
45
function decorators.
46
46
47
47
Backports of the standard library, like ``typing ``, can be enabled for better results. Get full list
48
48
of backports via ``--help ``.
49
49
50
- The project is fairly well-tested with **3598 ** unit and integration tests that are executed on
50
+ The project is fairly well-tested with **3739 ** unit and integration tests that are executed on
51
51
Linux, macOS, and Windows.
52
52
53
53
It is recommended to use the most recent Python version to run Vermin on projects since Python's own
0 commit comments