Skip to content

Commit 11238b5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 88bd2bc commit 11238b5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dep_checker/__main__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,10 @@
3636
from consolekit import click_command
3737
from consolekit.options import auto_default_option, colour_option, flag_option
3838
from consolekit.utils import abort
39-
40-
# this package
4139
from domdf_python_tools.paths import PathPlus
4240
from shippinglabel.requirements import parse_pyproject_dependencies, read_requirements
4341

42+
# this package
4443
from dep_checker import check_imports
4544

4645
__all__ = ("main", )
@@ -68,7 +67,8 @@
6867
help="Parse the requirements from the given requirements file.",
6968
)
7069
@flag_option(
71-
"-P", "--pyproject",
70+
"-P",
71+
"--pyproject",
7272
type=click.STRING,
7373
help="Parse the requirements from 'pyproject.toml'.",
7474
)

0 commit comments

Comments
 (0)