Skip to content

Commit

Permalink
Fix docstring of PoetryItems
Browse files Browse the repository at this point in the history
  • Loading branch information
floatingpurr committed Sep 12, 2022
1 parent 3430b3b commit 6fd6194
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sync_with_poetry/swp.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ def __init__(
all (Optional[bool], optional): Set to True to consider all dependencies.
Set to False for dev dependencies only.
Defaults to False.
skip (Optional[list], optional): A list of packages to skip. Such packages won't be synchronized in .pre-commit-config.yaml.
skip (Optional[list], optional): A list of packages to skip. Such packages won't
be synchronized in .pre-commit-config.yaml.
Defaults to [].
db (Dict[str, Dict[str, str]], optional): A package-repo mapping. Defaults to DEPENDENCY_MAPPING.
"""

self._poetry_list = []
Expand Down

0 comments on commit 6fd6194

Please sign in to comment.