[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
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 six pre-commit hooks including ruff from v0.3.4 to v0.16.3, gitleaks from v8.18.2 to v8.30.0, and hadolint from v2.12.1-beta to v2.15.1. The ruff jump is very large and drives all 201 Python file reformats in this PR; pyproject.toml still references removed/renamed ruff rule codes (flagged in prior review threads). |
| backend/workflow_manager/workflow_v2/execution.py | Import group reordering only — third-party unstract.* imports moved above first-party usage_v2/utils imports; no logic changes. |
| workers/executor/executors/legacy_executor.py | Blank lines between import groups removed where ruff no longer considers them separate sections; three method-local blank lines removed. No functional changes. |
| backend/configuration/enums.py | Lambda expression in dict literal reformatted by ruff-format into parenthesised form for line length; semantically identical. |
| pyproject.toml | Not changed by this PR, but contains stale ruff rule codes (ANN101, ANN102, TCH prefix) that will generate warnings with the newly pinned ruff v0.16.3 — covered by prior review threads. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[pre-commit-ci bot] --> B[.pre-commit-config.yaml updated]
B --> C{Hook runs on changed files}
C --> D[pre-commit-hooks v6.0.0\ntrailing-whitespace, end-of-file-fixer,\ncheck-yaml, detect-private-key, etc.]
C --> E[ruff v0.16.3\nImport sorting + formatting]
C --> F[pyupgrade v3.21.2\nPython syntax upgrades]
C --> G[markdownlint-cli v0.49.1\nMarkdown linting]
C --> H[gitleaks v8.30.0\nSecret scanning]
C --> I[hadolint v2.15.1\nDockerfile linting]
E --> J[201 Python files reformatted:\n- Import group reordering\n- Blank line normalization\n- Expression parenthesization]
Reviews (22): 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.16.3](astral-sh/ruff-pre-commit@v0.3.4...v0.16.3) - [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.49.1](igorshubovych/markdownlint-cli@v0.42.0...v0.49.1) - [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.15.1](hadolint/hadolint@v2.12.1-beta...v2.15.1)
for more information, see https://pre-commit.ci
|
Unstract test resultsPer-group results
Critical paths
|
Unstract test resultsPer-group results
Critical paths
|



updates: