Skip to content

Commit

Permalink
Merge pull request #153 from YunoHost/actions/black
Browse files Browse the repository at this point in the history
Format Python code with Black
  • Loading branch information
ericgaspar authored Jun 21, 2024
2 parents 2ba3022 + da10b65 commit 6595c75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package_linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -2759,7 +2759,9 @@ def ynh_setup_source_keep_with_absolute_path(self):
@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):
Expand Down

0 comments on commit 6595c75

Please sign in to comment.