@@ -34,8 +34,8 @@ vanilla Python, and it doesn't have any external dependencies, it can be run wit
34
34
includes detection of v2.x functionality.
35
35
36
36
It functions by parsing Python code into an abstract syntax tree (AST), which it traverses and
37
- matches against internal dictionaries with **3676 ** rules, covering v2.0-2.7 and v3.0-3.11 , divided
38
- into **178 ** modules, **2510 ** classes/functions/constants members of modules, **859 ** kwargs of
37
+ matches against internal dictionaries with **3796 ** rules, covering v2.0-2.7 and v3.0-3.12 , divided
38
+ into **178 ** modules, **2614 ** classes/functions/constants members of modules, **875 ** kwargs of
39
39
functions, **4 ** strftime directives, **3 ** bytes format directives, **2 ** array typecodes, **3 **
40
40
codecs error handler names, **20 ** codecs encodings, **78 ** builtin generic annotation types, **9 **
41
41
builtin dict union (``| ``) types, **8 ** builtin dict union merge (``|= ``) types, and **2 ** user
@@ -44,7 +44,7 @@ function decorators.
44
44
Backports of the standard library, like ``typing ``, can be enabled for better results. Get full list
45
45
of backports via ``--help ``.
46
46
47
- The project is fairly well-tested with **3881 ** unit and integration tests that are executed on
47
+ The project is fairly well-tested with **4008 ** unit and integration tests that are executed on
48
48
Linux, macOS, and Windows.
49
49
50
50
It is recommended to use the most recent Python version to run Vermin on projects since Python's own
0 commit comments