Skip to content

Commit

Permalink
Maintenance updates (#6933)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Jun 22, 2024
1 parent 94066c9 commit 241b45e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
exclude: \.min\.js$
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.9
rev: v0.4.10
hooks:
- id: ruff
files: panel/
Expand Down
1 change: 1 addition & 0 deletions doc/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
--pst-color-secondary-bg: #d9ebf0; /* Announcement banner */
--pst-color-secondary-highlight: var(--holoviz-main-color);
--pst-color-secondary: var(--holoviz-main-color);
--pst-violet-600: var(--holoviz-main-color); /* back to top hover */
--sd-color-card-border-hover: var(--holoviz-main-color);
}

Expand Down
2 changes: 1 addition & 1 deletion hatch_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from hatchling.builders.hooks.plugin.interface import BuildHookInterface

BASE_DIR = Path(__file__).parent
GREEN, RED, RESET = "\033[92m", "\033[91m", "\033[0m"
GREEN, RED, RESET = "\033[0;32m", "\033[0;31m", "\033[0m"


def build_models():
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ classifiers = [
"License :: OSI Approved :: BSD License",
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
Expand Down

0 comments on commit 241b45e

Please sign in to comment.