diff --git a/anaconda_linter/lint/check_build_help.py b/anaconda_linter/lint/check_build_help.py index 9db25d2..3483079 100644 --- a/anaconda_linter/lint/check_build_help.py +++ b/anaconda_linter/lint/check_build_help.py @@ -188,7 +188,7 @@ def fix(self, _message, _data): class potentially_bad_ignore_run_exports(LintCheck): - """Ignoring run_export of a host dependency. In some cases it is more appropriate to remove the --error-overdepending flag of conda-build.""" + """Ignoring run_export of a host dependency. In some cases it is more appropriate to remove the --error-overdepending flag of conda-build.""" # noqa: E501 def check_recipe(self, recipe): for package in recipe.packages.values():