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. |
Beta Was this translation helpful? Give feedback.
-
Hi there. Note the difference between You're seeing an issue when using
It means that no findings were made. No detections matched. |
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions