Skip to content

Commit

Permalink
Update kraken-build/src/kraken/std/python/tasks/ruff_task.py
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine Broyelle <[email protected]>
  • Loading branch information
Ghelfi and antoinebrl authored Jun 28, 2024
1 parent e9e14be commit 8a6e3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kraken-build/src/kraken/std/python/tasks/ruff_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ def ruff(
project: Project | None = None,
config_file: Path | Supplier[Path] | None = None,
additional_args: Sequence[str] | Supplier[Sequence[str]] = (),
version_spec: str | None = None,
additional_requirements: Sequence[str] = (),
version_spec: str | None = None,
) -> RuffTasks:
"""Creates three tasks for formatting and linting your Python project with Ruff.
Expand Down

0 comments on commit 8a6e3b4

Please sign in to comment.