Skip to content

Commit 1c613a5

Browse files
[pre-commit.ci] pre-commit autoupdate (#141)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.3](astral-sh/ruff-pre-commit@v0.8.6...v0.9.3) * [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 cdac5ac commit 1c613a5

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
@@ -33,7 +33,7 @@ repos:
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
3535
# Ruff version.
36-
rev: v0.8.6
36+
rev: v0.9.3
3737
hooks:
3838
- id: ruff
3939
args: [--fix, --exit-non-zero-on-fix]

src/genomicranges/GenomicRanges.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1625,7 +1625,7 @@ def narrow(
16251625
(in-place-modified) original.
16261626
"""
16271627
if start is not None and end is not None and width is not None:
1628-
raise ValueError("Only provide two of the three parameters - `start`, " "`end` and `width` but not all!")
1628+
raise ValueError("Only provide two of the three parameters - `start`, `end` and `width` but not all!")
16291629

16301630
if width is not None:
16311631
if start is None and end is None:

0 commit comments

Comments
 (0)