Skip to content

Commit

Permalink
fix: disabled ruff rule for analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
Poiuy7312 committed Oct 24, 2023
1 parent cf4a499 commit 3bd0660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chasten/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def configure( # noqa: PLR0913


@cli.command()
def analyze( # noqa: PLR0913, PLR0915
def analyze( # noqa: PLR0913, PLR0915, PLR0912
project: str = typer.Argument(help="Name of the project."),
check_include: Tuple[enumerations.FilterableAttribute, str, int] = typer.Option(
(None, None, 0),
Expand Down

0 comments on commit 3bd0660

Please sign in to comment.