Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pre-commit.ci] pre-commit autoupdate #76

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.8
hooks:
- id: prettier
exclude: src/.*\.html

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-builtin-literals
- id: check-added-large-files
Expand All @@ -20,7 +20,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.3.5
rev: v0.5.0
hooks:
- id: ruff
- id: ruff-format
Expand Down
1 change: 1 addition & 0 deletions docs/customisation/colors.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,5 @@ See the [custom colors](#custom-colors) section above for the specific configura
[prefers-color-scheme]: https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme

[^body]: Why the `body` tag? Lutra's own CSS variable definitions are on the `html` tag. By setting custom values on the `body` tag, it ensures that the custom values take precedence over Lutra's CSS variable definitions.

[^js]: "0.2% of pageviews from worldwide traffic across all devices in the fourth quarter 2016 had javascript disabled." according to <https://deliberatedigital.com/blockmetry/javascript-disabled>
1 change: 1 addition & 0 deletions docs/porting/organise-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ This makes it clearer what non-default behaviours the documentation depends on.
[sphinx configuration]: https://www.sphinx-doc.org/en/master/usage/configuration.html

[^broken-dreams]: To put it bluntly, there are going to be documentation sets that do all kinds of stuff in the `conf.py` file. When it's got that, it'll probably need changes in many places.

[^one]: This is the style used by Sphinx's default generation, starting Sphinx 5.1.