Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored Jan 3, 2025
1 parent 3e9e50b commit 8b01d25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ repos:
exclude: src/furo/theme/.*|docs/(recommendations|reference/admonitions).md

- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.10.0
hooks:
- id: black

- repo: https://github.com/asottile/blacken-docs
rev: 1.18.0
rev: 1.19.1
hooks:
- id: blacken-docs

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

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.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.5.5
rev: v0.8.4
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
3 changes: 2 additions & 1 deletion src/furo/assets/styles/variables/_spacing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
@mixin spacing {
// Header!
--header-height: calc(
var(--sidebar-item-line-height) + 4 * #{var(--sidebar-item-spacing-vertical)}
var(--sidebar-item-line-height) + 4 *
#{var(--sidebar-item-spacing-vertical)}
);
--header-padding: 0.5rem;

Expand Down

0 comments on commit 8b01d25

Please sign in to comment.