🎨 Format Python code with Black

This commit is contained in:
alexAubin 2024-06-20 20:59:44 +00:00 committed by github-actions[bot]
parent 2ba302254a
commit da10b651c8

View file

@ -2759,7 +2759,9 @@ class Script(TestSuite):
@test() @test()
def ynh_npm_global(self): def ynh_npm_global(self):
if self.containsregex(r"ynh_npm.*install.*global"): 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() @test()
def ynh_add_fpm_config_deprecated_package_option(self): def ynh_add_fpm_config_deprecated_package_option(self):