Skip to content

Commit 45b9cd0

Browse files
[pre-commit.ci] pre-commit autoupdate (#10078)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.7.3](astral-sh/ruff-pre-commit@v0.7.2...v0.7.3) Co-authored-by: Pierre Sassoulas <[email protected]>
1 parent 614f80e commit 45b9cd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
doc/data/messages/m/missing-final-newline/bad/crlf.py
2121
)$
2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: "v0.7.2"
23+
rev: "v0.7.3"
2424
hooks:
2525
- id: ruff
2626
args: ["--fix"]

tests/test_func.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def gen_tests(
113113
if filter_rgx:
114114
is_to_run = re.compile(filter_rgx).search
115115
else:
116-
is_to_run = ( # noqa: E731, We're going to throw all this anyway
116+
is_to_run = ( # noqa: E731 we're going to throw all this anyway
117117
lambda x: 1 # type: ignore[assignment] # pylint: disable=unnecessary-lambda-assignment
118118
)
119119
tests: list[tuple[str, str, list[tuple[str, str]]]] = []

0 commit comments

Comments
 (0)