-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Update versions from pypi API. For example: https://pypi.org/pypi/clang-format/json
cpp-linter-hooks/cpp_linter_hooks/util.py
Lines 35 to 116 in 62c30c8
CLANG_FORMAT_VERSIONS = [ | |
"6.0.1", | |
"7.1.0", | |
"8.0.1", | |
"9.0.0", | |
"10.0.1", | |
"10.0.1.1", | |
"11.0.1", | |
"11.0.1.1", | |
"11.0.1.2", | |
"11.1.0", | |
"11.1.0.1", | |
"11.1.0.2", | |
"12.0.1", | |
"12.0.1.1", | |
"12.0.1.2", | |
"13.0.0", | |
"13.0.1", | |
"13.0.1.1", | |
"14.0.0", | |
"14.0.1", | |
"14.0.3", | |
"14.0.4", | |
"14.0.5", | |
"14.0.6", | |
"15.0.4", | |
"15.0.6", | |
"15.0.7", | |
"16.0.0", | |
"16.0.1", | |
"16.0.2", | |
"16.0.3", | |
"16.0.4", | |
"16.0.5", | |
"16.0.6", | |
"17.0.1", | |
"17.0.2", | |
"17.0.3", | |
"17.0.4", | |
"17.0.5", | |
"17.0.6", | |
"18.1.0", | |
"18.1.1", | |
"18.1.2", | |
"18.1.3", | |
"18.1.4", | |
"18.1.5", | |
"18.1.6", | |
"18.1.7", | |
"18.1.8", | |
"19.1.0", | |
"19.1.1", | |
"19.1.2", | |
"19.1.3", | |
"19.1.4", | |
"19.1.5", | |
"19.1.6", | |
"19.1.7", | |
"20.1.0", | |
"20.1.3", | |
"20.1.4", | |
"20.1.5", | |
"20.1.6", | |
"20.1.7", | |
"20.1.8", | |
"21.1.0", | |
] | |
CLANG_TIDY_VERSIONS = [ | |
"13.0.1.1", | |
"14.0.6", | |
"15.0.2", | |
"15.0.2.1", | |
"16.0.4", | |
"17.0.1", | |
"18.1.1", | |
"18.1.8", | |
"19.1.0", | |
"19.1.0.1", | |
"20.1.0", | |
"21.1.0", | |
] |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request