Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 3, 2025
1 parent 35c52ea commit c301416
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Development automation
"""
"""Development automation"""

import datetime
import glob
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 c301416

Please sign in to comment.