Skip to content

Commit

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

# 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
# TODO Future: percy should eventually have support for constraints. This regex may not be
# sufficient enough to catch all accepted formats
_CONSTRAINTS_RE: Final[re.Pattern[str]] = re.compile("(.*?)([!<=>].*)")

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

0 comments on commit aa17921

Please sign in to comment.