[pre-commit.ci] pre-commit autoupdate#512
Conversation
2b15bc4 to
5365887
Compare
| args: [--disable, MD013] | ||
| - repo: https://github.com/pdm-project/pdm | ||
| rev: 2.16.1 | ||
| rev: 2.17.1 |
There was a problem hiding this comment.
@gaya3-zipstack @hari-kuriakose we should update to the latest PDM version in all our dev envs and Dockerfiles as well. If not we can downgrade this to 2.16.1 itself
There was a problem hiding this comment.
Yeah asked the same qn to @hari-kuriakose
His reply:
PDM version needs to be uniform everywhere.
In that case let's skip this PR for now. Not urgent.
Sometimes the pre-commit agent might even auto correct itself.
e3c3421 to
7edda0d
Compare
7edda0d to
5652c79
Compare
5652c79 to
02199b1
Compare
02199b1 to
e98d114
Compare
e98d114 to
436bc07
Compare
ac3bb6e to
0669a34
Compare
0669a34 to
99a35bf
Compare
4fd246b to
6df2724
Compare
6df2724 to
7db5b39
Compare
7db5b39 to
d08a1bd
Compare
d08a1bd to
052ecf0
Compare
d2526fb to
1c093d0
Compare
1c093d0 to
cc1e52e
Compare
|
9d915dd to
1f45cad
Compare
1f45cad to
7dac456
Compare
7dac456 to
1c0959b
Compare
7a66250 to
6d23ab7
Compare
0816414 to
9551558
Compare
52a48f5 to
4c44750
Compare
2eb1ade to
c33297a
Compare
e77db58 to
6f79af0
Compare
8072527 to
6180802
Compare
365b27f to
0d0138c
Compare
|
|
1f50bfc to
101cac2
Compare
e483f8b to
4b5ba46
Compare
5d4d2c9 to
3f397cd
Compare
75e9d85 to
f2b8e40
Compare
1cfe814 to
792bd94
Compare
7d6fb72 to
8bdca28
Compare
fc25b34 to
a68da8c
Compare
94db819 to
892af7d
Compare
22fca84 to
7abbf42
Compare
|
| Filename | Overview |
|---|---|
| .pre-commit-config.yaml | Bumps all six pre-commit hook versions; no logic changes. |
| backend/configuration/config_registry.py | Lambda ternary reformatted by ruff; semantically identical. |
| backend/tenant_account_v2/serializer.py | cast() updated to use string annotation per TC006; semantically equivalent. |
| unstract/sdk1/tests/file_storage/test_impl_rm.py | Lambda body parenthesis placement reformatted by ruff; semantically equivalent. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[pre-commit autoupdate bot] --> B[.pre-commit-config.yaml]
B --> C[pre-commit-hooks v5→v6]
B --> D[ruff-pre-commit v0.3.4→v0.15.15]
B --> E[pyupgrade v3.17.0→v3.21.2]
B --> F[markdownlint-cli v0.42.0→v0.48.0]
B --> G[gitleaks v8.18.2→v8.30.0]
B --> H[hadolint v2.12.1-beta→v2.14.0]
D --> I[ruff auto-fixes applied to ~200 files]
I --> J[Import reordering]
I --> K[F-string quote normalisation]
I --> L[Arithmetic operator spacing]
I --> M[String literal merging]
I --> N[cast TC006 string annotations]
Reviews (11): Last reviewed commit: "[pre-commit.ci] auto fixes from pre-comm..." | Re-trigger Greptile
|
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.15.15](astral-sh/ruff-pre-commit@v0.3.4...v0.15.15) - [github.com/asottile/pyupgrade: v3.17.0 → v3.21.2](asottile/pyupgrade@v3.17.0...v3.21.2) - [github.com/igorshubovych/markdownlint-cli: v0.42.0 → v0.48.0](igorshubovych/markdownlint-cli@v0.42.0...v0.48.0) - [github.com/gitleaks/gitleaks: v8.18.2 → v8.30.0](gitleaks/gitleaks@v8.18.2...v8.30.0) - [github.com/hadolint/hadolint: v2.12.1-beta → v2.14.0](hadolint/hadolint@v2.12.1-beta...v2.14.0)
for more information, see https://pre-commit.ci
|
Unstract test resultsPer-group results
Critical paths
|



updates: