Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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".

Expand Down
4 changes: 2 additions & 2 deletions web/book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](<>)
<!-- I don't know what to call this section. -->
- [Variables — `let` & `into`](./reference/declarations/variables.md)
- [Functions](./reference/declarations/functions.md)
Expand All @@ -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)
Expand Down
Loading