Replies: 2 comments
|
Hi there. Note the difference between You're seeing an issue when using
It means that no findings were made. No detections matched. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm having problems to use vermin with pre-commit.
I'm using:
My intention is to detect the use of Python >= 3.8 features.
It usually works, but for very simple files I get:
I see the docs say:
Note that the amount of target versions must match the amount of minimum required versions detected.
But if I use
-t=2.7- -t=3.7-I get problems with more complex files where Python 2 isn't supported.How should I support 1 or 2 versions detection?
BTW: What does and no rules are triggered means? I can't see it mentioned in the help.
All reactions