Skip to content

Commit 758d487

Browse files
hojen2pre-commit-ci[bot]cclauss
authored
Upgrade ruff in pre-commit (#14982)
* Fix invalid Python 2 syntax in except clause * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update ruff-pre-commit version to v0.16.1 * Fix indentation in test_cancer_data function * [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> Co-authored-by: Christian Clauss <cclauss@me.com>
1 parent 948d4cb commit 758d487

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: auto-walrus
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.15.20
22+
rev: v0.16.1
2323
hooks:
2424
- id: ruff-check
2525
- id: ruff-format

0 commit comments

Comments
 (0)