Skip to content

Commit 87f599d

Browse files
[pre-commit.ci] pre-commit autoupdate (#13805)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.2 → v0.11.4](astral-sh/ruff-pre-commit@v0.11.2...v0.11.4) * Update requirements-tests.txt --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Alex Waygood <[email protected]>
1 parent e26a15f commit 87f599d

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
@@ -11,7 +11,7 @@ repos:
1111
args: [--fix=lf]
1212
- id: check-case-conflict
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.11.2 # must match requirements-tests.txt
14+
rev: v0.11.4 # must match requirements-tests.txt
1515
hooks:
1616
- id: ruff
1717
name: Run ruff on stubs, tests and scripts

requirements-tests.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ packaging==24.2
1313
pathspec>=0.11.1
1414
pre-commit
1515
# Required by create_baseline_stubs.py. Must match .pre-commit-config.yaml.
16-
ruff==0.11.2
16+
ruff==0.11.4
1717
stubdefaulter==0.1.0
1818
termcolor>=2.3
1919
tomli==2.2.1

0 commit comments

Comments
 (0)