From da10b651c8e660e89ba8b2f1d96fe9c6bf5f07c7 Mon Sep 17 00:00:00 2001 From: alexAubin <4533074+alexAubin@users.noreply.github.com> Date: Thu, 20 Jun 2024 20:59:44 +0000 Subject: [PATCH] :art: Format Python code with Black --- package_linter.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package_linter.py b/package_linter.py index f0996e0..ddedbd6 100755 --- a/package_linter.py +++ b/package_linter.py @@ -2759,7 +2759,9 @@ class Script(TestSuite): @test() def ynh_npm_global(self): if self.containsregex(r"ynh_npm.*install.*global"): - yield Warning("Please don't install stuff on global scope with npm install --global é_è") + yield Warning( + "Please don't install stuff on global scope with npm install --global é_è" + ) @test() def ynh_add_fpm_config_deprecated_package_option(self):