Skip to content

Commit

Permalink
also make black happy...
Browse files Browse the repository at this point in the history
  • Loading branch information
cbouss committed Oct 18, 2023
1 parent e3d992a commit 1101fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anaconda_linter/lint/check_build_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 1101fcd

Please sign in to comment.