Commit b44a9a1
[pre-commit.ci] pre-commit suggestions (#680)
* [pre-commit.ci] pre-commit suggestions
updates:
- [github.com/codespell-project/codespell: v2.4.2 → v2.4.3](codespell-project/codespell@v2.4.2...v2.4.3)
- [github.com/JoC0de/pre-commit-prettier: v3.8.1 → v3.9.6](JoC0de/pre-commit-prettier@v3.8.1...v3.9.6)
- [github.com/PyCQA/docformatter: v1.7.7 → v1.7.8](PyCQA/docformatter@v1.7.7...v1.7.8)
- [github.com/astral-sh/ruff-pre-commit: v0.15.9 → v0.16.1](astral-sh/ruff-pre-commit@v0.15.9...v0.16.1)
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* ci: keep docformatter at v1.7.7 and revert its v1.7.8 rewrites
docformatter v1.7.8 regresses in two ways against our existing config
(wrap-summaries/wrap-descriptions = 120, blank = true):
1. It reflows triple-quoted strings that are not docstrings, word-wrapping
the code samples inside `raise ValueError(...)` messages into unreadable
prose and emitting a stray line-continuation backslash after the opening
paren.
2. It inserts a trailing blank line after docstrings that ruff-format 0.16.1
immediately strips, so the two hooks never converge and every run reports
"files were modified".
It also split a summary in loggers.py into a 131-char description line,
tripping ruff E501, which ruff cannot autofix.
Pin the rev back to v1.7.7 and restore the four files v1.7.8 rewrote. The
codespell, prettier and ruff bumps in this PR are kept.
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Bhimraj Yadav <bhimrajyadav977@gmail.com>1 parent 388a103 commit b44a9a1
7 files changed
Lines changed: 3 additions & 10 deletions
File tree
- src/litserve
- tests
- parity_fastapi
- unit
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
152 | 151 | | |
153 | 152 | | |
154 | 153 | | |
| |||
381 | 380 | | |
382 | 381 | | |
383 | 382 | | |
384 | | - | |
385 | 383 | | |
386 | 384 | | |
387 | 385 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1098 | 1098 | | |
1099 | 1099 | | |
1100 | 1100 | | |
1101 | | - | |
1102 | 1101 | | |
1103 | 1102 | | |
1104 | 1103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
325 | | - | |
326 | 325 | | |
327 | 326 | | |
328 | 327 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | 95 | | |
97 | 96 | | |
98 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | 80 | | |
82 | 81 | | |
83 | 82 | | |
| |||
0 commit comments