Replies: 1 comment 1 reply
-
Oh that's cool! I'm going to try to merge that in this weekend, thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there. I saw that you're using my tool, vermin. :)
There is another way of parsing the results: you can use the "parsable" format.
For example:
The last line will always show the results of the entire scan:
:::
, the py2 version,:
, the py3 version, and:
. Note that for each file, there is always a last entry with:::
and ending with:
followed by nothing, which means the computed minimum versions for that file.-f parsable
could be added here:so_pip/so_pip/cli_clients/external_commands.py
Line 229 in cbb18be
And then change the parsing here:
so_pip/so_pip/parse_python/python_validator.py
Lines 24 to 42 in cbb18be
Beta Was this translation helpful? Give feedback.
All reactions