diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a821d2fd50..aac37e562c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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/ diff --git a/doc/_static/css/custom.css b/doc/_static/css/custom.css index fcf10acd2a..e82be1b68d 100644 --- a/doc/_static/css/custom.css +++ b/doc/_static/css/custom.css @@ -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); } diff --git a/hatch_build.py b/hatch_build.py index 37bb8f072c..c26c6fc060 100644 --- a/hatch_build.py +++ b/hatch_build.py @@ -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(): diff --git a/pyproject.toml b/pyproject.toml index 58751ac079..f694fd112a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",