From 1101fcde11b5f8369f624c706bd54ed2c8000465 Mon Sep 17 00:00:00 2001 From: Charles Bousseau Date: Wed, 18 Oct 2023 16:20:50 -0400 Subject: [PATCH] also make black happy... --- anaconda_linter/lint/check_build_help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anaconda_linter/lint/check_build_help.py b/anaconda_linter/lint/check_build_help.py index 3483079..e8a3e52 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.""" # noqa: E501 + """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():