Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#691)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Nov 15, 2023
1 parent f0a9a27 commit d14286c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
@@ -1,17 +1,17 @@
repos:
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.1
rev: v3.1.0
hooks:
- id: prettier
exclude: src/furo/theme/.*|docs/(recommendations|reference/admonitions).md

- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.11.0
hooks:
- id: black

- repo: https://github.com/asottile/blacken-docs
rev: 1.15.0
rev: 1.16.0
hooks:
- id: blacken-docs

Expand All @@ -22,7 +22,7 @@ repos:
files: \.py$

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

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.0.287
rev: v0.1.5
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
6 changes: 3 additions & 3 deletions docs/customisation/footer.md
Expand Up @@ -71,9 +71,9 @@ If you wish to use Font Awesome icons in the footer, it's a two step process.

```py
html_css_files = [
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/fontawesome.min.css",
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/solid.min.css",
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/brands.min.css",
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/fontawesome.min.css",
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/solid.min.css",
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/brands.min.css",
]
```

Expand Down
4 changes: 1 addition & 3 deletions docs/customisation/landing-page.md
Expand Up @@ -4,9 +4,7 @@ It is possible to have a custom landing page in Sphinx documentation. This is ac

```py
templates_path = ["_templates"]
html_additional_pages = {
"index": "your-custom-landing-page.html"
}
html_additional_pages = {"index": "your-custom-landing-page.html"}
```

```{note}
Expand Down
4 changes: 2 additions & 2 deletions src/furo/assets/scripts/gumshoe-patched.js
Expand Up @@ -20,8 +20,8 @@
typeof global !== "undefined"
? global
: typeof window !== "undefined"
? window
: this,
? window
: this,
function (window) {
"use strict";

Expand Down

0 comments on commit d14286c

Please sign in to comment.