diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b2fd00dc2561..ea15529e7681 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,14 +16,9 @@ repos: # https://github.com/crate-ci/typos/issues/347 pass_filenames: false - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.9.4 + rev: v3.9.5 hooks: - id: prettier - additional_dependencies: - - prettier - # TODO: This doesn't seem to work, would be great to fix. - # https://github.com/PRQL/prql/issues/3078 - - prettier-plugin-go-template - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.15.20 hooks: diff --git a/README.md b/README.md index ed4d6650e29c..f31a329840e8 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ [![GitHub CI Status](https://img.shields.io/github/actions/workflow/status/prql/prql/tests.yaml?event=push&branch=main&logo=github&style=for-the-badge)](https://github.com/PRQL/prql/actions?query=branch%3Amain+workflow%3Atests) [![GitHub contributors](https://img.shields.io/github/contributors/PRQL/prql?style=for-the-badge&logo=github)](https://github.com/PRQL/prql/graphs/contributors) -[![Stars](https://img.shields.io/github/stars/PRQL/prql?style=for-the-badge&logo=github)](https://github.com/PRQL/prql/stargazers) +[![Stars](https://img.shields.io/github/stars/PRQL/prql?style=for-the-badge&logo=github)](https://github.com/PRQL/prql) **P**ipelined **R**elational **Q**uery **L**anguage, pronounced "Prequel". diff --git a/web/book/src/SUMMARY.md b/web/book/src/SUMMARY.md index dffa070a40fc..51ac5c633e44 100644 --- a/web/book/src/SUMMARY.md +++ b/web/book/src/SUMMARY.md @@ -45,7 +45,7 @@ language design decisions and formal specifications for parts of the language. - [Reading files](./reference/data/read-files.md) - [Ad-hoc data](./reference/data/relation-literals.md) -- [Declarations]() +- [Declarations](<>) - [Variables — `let` & `into`](./reference/declarations/variables.md) - [Functions](./reference/declarations/functions.md) @@ -64,7 +64,7 @@ language design decisions and formal specifications for parts of the language. - [Take](./reference/stdlib/transforms/take.md) - [Window](./reference/stdlib/transforms/window.md) - - [Aggregation functions]() + - [Aggregation functions](<>) - [Date functions](./reference/stdlib/date.md) - [Mathematical functions](./reference/stdlib/math.md) - [Text functions](./reference/stdlib/text.md)