mirror of
https://github.com/YunoHost/package_linter.git
synced 2024-09-03 20:06:12 +02:00
🎨 Format Python code with Black
This commit is contained in:
parent
2ba302254a
commit
da10b651c8
1 changed files with 3 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue