diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a0b70b0b4520..9a6d3dde5188 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,13 +29,13 @@ repos: hooks: - id: prettier - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.4 + rev: v0.16.5 hooks: - id: ruff args: [--fix] - id: ruff-format - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v22.1.8 + rev: v23.1.0 hooks: - id: clang-format types_or: [c, c++] diff --git a/prqlc/bindings/prqlc-python/README.md b/prqlc/bindings/prqlc-python/README.md index 9ae7da564a33..a8a1c35cb988 100644 --- a/prqlc/bindings/prqlc-python/README.md +++ b/prqlc/bindings/prqlc-python/README.md @@ -116,6 +116,7 @@ def prql_lineage(prql_query: str) -> str: """ ... + def pl_to_lineage(pl_json: str) -> str: """Computes a column-level lineage graph from PL AST (JSON).""" ...