Skip to content

Commit c12652b

Browse files
⬆ [pre-commit.ci] pre-commit autoupdate (fastapi#12986)
* ⬆ [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.11.2](astral-sh/ruff-pre-commit@v0.9.4...v0.11.2) * also bump in doc requirements --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: svlandeg <svlandeg@github.com> Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
1 parent b58c2a3 commit c12652b

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
@@ -14,7 +14,7 @@ repos:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.9.4
17+
rev: v0.11.2
1818
hooks:
1919
- id: ruff
2020
args:

requirements-docs-tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# For mkdocstrings and tests
22
httpx >=0.23.0,<0.28.0
33
# For linting and generating docs versions
4-
ruff ==0.9.4
4+
ruff ==0.11.2

0 commit comments

Comments
 (0)