Skip to content

Commit ceeecdf

Browse files
Ruf ruff formatter
1 parent 5a71451 commit ceeecdf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/usethis/_tool/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ def get_bitbucket_steps(self, *, matrix_python: bool = True) -> list[BitbucketSt
576576
By default, this creates a single step using the tool's default_command().
577577
Tools can override this method for more complex step requirements (e.g., pytest
578578
with multiple Python versions, or Ruff with separate linter/formatter steps).
579-
579+
580580
Args:
581581
matrix_python: Whether to use a Python version matrix. When False,
582582
only the current development version is used.
@@ -635,7 +635,7 @@ def update_bitbucket_steps(self, *, matrix_python: bool = True) -> None:
635635
"""Add Bitbucket steps associated with this tool, and remove outdated ones.
636636
637637
Only runs if Bitbucket is used in the project.
638-
638+
639639
Args:
640640
matrix_python: Whether to use a Python version matrix. When False,
641641
only the current development version is used.

src/usethis/_ui/interface/ci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
@app.command(help="Use Bitbucket Pipelines for CI.")
13-
def bitbucket( # noqa: PLR0913
13+
def bitbucket(
1414
remove: bool = typer.Option(
1515
False, "--remove", help="Remove Bitbucket Pipelines CI instead of adding it."
1616
),

0 commit comments

Comments
 (0)