Skip to content

Commit 0d11391

Browse files
[pre-commit.ci] pre-commit autoupdate (#509)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.13 → v0.1.14](astral-sh/ruff-pre-commit@v0.1.13...v0.1.14) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent aecbf81 commit 0d11391

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
hooks:
1212
- id: prettier
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.1.13
14+
rev: v0.1.14
1515
hooks:
1616
- id: ruff
1717
args: [--fix, --exit-non-zero-on-fix, --unsafe-fixes]

pertpy/tools/_mixscape.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ def plot_barplot( # pragma: no cover
602602
)
603603
pl.tight_layout()
604604
_utils.savefig_or_show("mixscape_barplot", show=show, save=save)
605-
605+
606606
return ax
607607

608608
def plot_heatmap( # pragma: no cover

0 commit comments

Comments
 (0)