Skip to content

Commit f30d0b7

Browse files
[pre-commit.ci] pre-commit autoupdate (#2214)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.5 → v0.12.7](astral-sh/ruff-pre-commit@v0.12.5...v0.12.7) * [pre-commit.ci] auto fixes from pre-commit.com hooks --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b94b06a commit f30d0b7

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
hooks:
3434
- id: pyproject-fmt
3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: v0.12.5
36+
rev: v0.12.7
3737
hooks:
3838
- id: ruff
3939
args: ["--exit-non-zero-on-fix"]

tests/test_examples/test_result/test_result_pattern_matching.py

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

33

44
@safe
5-
def div(first_number: int, second_number: int) -> int: # noqa: FURB118
5+
def div(first_number: int, second_number: int) -> int:
66
return first_number // second_number
77

88

0 commit comments

Comments
 (0)