We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d753178 commit f66669fCopy full SHA for f66669f
scripts/validate_min_versions_in_sync.py
@@ -143,7 +143,7 @@ def clean_version_list(
143
yaml_versions: list[str], toml_version: version.Version
144
) -> list[str]:
145
for i in range(len(yaml_versions)):
146
- yaml_version = yaml_versions[i]
+ yaml_version = yaml_versions[i].strip()
147
operator = get_operator_from(yaml_version)
148
assert operator is not None
149
if "<=" in operator or ">=" in operator:
0 commit comments