Skip to content

Commit

Permalink
Small comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
schuylermartin45 committed Dec 20, 2023
1 parent cbd179f commit ef309da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions anaconda_linter/lint/check_syntax.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ class version_constraints_missing_whitespace(LintCheck):
"""

# TODO Future: percy should eventually have support for constraints. This regex may not be
# sufficient enough to catch all accepted formats
# TODO Future: percy should eventually have support for constraints. This regex may not be sufficient enough to
# to catch all accepted formats. The spec can be found at:
# https://docs.conda.io/projects/conda-build/en/stable/resources/package-spec.html#build-version-spec
_CONSTRAINTS_RE: Final[re.Pattern[str]] = re.compile("(.*?)([!<=>].*)")

def check_recipe(self, recipe) -> None:
Expand Down

0 comments on commit ef309da

Please # to comment.