Merge pull request #153 from YunoHost/actions/black

Format Python code with Black
This commit is contained in:
eric_G 2024-06-21 03:22:58 +02:00 committed by GitHub
commit 6595c753a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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):