mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Fixed D401
This commit is contained in:
parent
70704a105f
commit
2d1bc2b7da
1 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ class SBoGenerate(Configs):
|
|||
self.ascii = AsciiBox()
|
||||
|
||||
def slackbuild_file(self, repo_path: Path, repo_slackbuild_txt: str) -> None: # pylint: disable=[R0914]
|
||||
"""Creates a SLACKBUILDS.TXT file.
|
||||
"""Create a SLACKBUILDS.TXT file.
|
||||
|
||||
Args:
|
||||
repo_path (Path): Path to file.
|
||||
|
@ -87,7 +87,7 @@ class SBoGenerate(Configs):
|
|||
|
||||
@staticmethod
|
||||
def read_short_description(path: Path, name: str) -> str:
|
||||
"""Returns the short description from slack-desc file.
|
||||
"""Return the short description from slack-desc file.
|
||||
|
||||
Args:
|
||||
path (Path): Path to file.
|
||||
|
@ -109,7 +109,7 @@ class SBoGenerate(Configs):
|
|||
|
||||
@staticmethod
|
||||
def read_info_file(info_file: Path, start: str, stop: str) -> list:
|
||||
"""Reads the .info file and return the line between to variables.
|
||||
"""Read the .info file and return the line between to variables.
|
||||
|
||||
Args:
|
||||
info_file (Path): Slackbuild file name.
|
||||
|
|
Loading…
Reference in a new issue