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
3e0ecba859
commit
1d1a77ff0b
1 changed files with 3 additions and 1 deletions
|
@ -2871,7 +2871,9 @@ class Script(TestSuite):
|
|||
if os.system(removeme) == 0:
|
||||
yield Warning("There are still some REMOVEME? flags to be taken care of")
|
||||
if os.system(fixme) == 0:
|
||||
yield Warning("There are still some FIXMEhelpers2.1 flags to be taken care of")
|
||||
yield Warning(
|
||||
"There are still some FIXMEhelpers2.1 flags to be taken care of"
|
||||
)
|
||||
|
||||
@test()
|
||||
def nginx_restart(self):
|
||||
|
|
Loading…
Reference in a new issue