Skip to content

Commit

Permalink
Update docstring in builder.py (#841)
Browse files Browse the repository at this point in the history
* Update docstring in builder.py

* Update python/deptry/dependency_getter/builder.py

Co-authored-by: Florian Maas <[email protected]>

---------

Co-authored-by: Mathieu Kniewallner <[email protected]>
Co-authored-by: Florian Maas <[email protected]>
  • Loading branch information
3 people authored Sep 2, 2024
1 parent bbab080 commit b6ea410
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/deptry/dependency_getter/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class DependencyGetterBuilder:
Class to detect how dependencies are specified:
- Either find a pyproject.toml with a [poetry.tool.dependencies] section
- Otherwise, find a pyproject.toml with a [tool.pdm] section
- Otherwise, find a pyproject.toml with a [tool.uv.dev-dependencies] section
- Otherwise, find a pyproject.toml with a [project] section
- Otherwise, find a requirements.txt.
"""
Expand Down

0 comments on commit b6ea410

Please sign in to comment.