Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: checking version was too strict (#92)
* fix: checking version was too strict check_version now doesn't fail when `tool` has version `0.X` and `threshold` is set to `0.X.0` * fix: checking subversion failed As @LangLangBart suggested a tool with version "1" would pass the check against version "1.0" but not against "1.0.0". It now works for whatever subversion NOTE: code is also cleaner * fix: remove redundant command in version check --------- Co-authored-by: lnk3 <lukelr2000@gmail.com> Co-authored-by: LangLangBart <92653266+LangLangBart@users.noreply.github.com>
- Loading branch information