diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4172c06..46d0b95 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,14 +23,14 @@ repos: - id: detect-private-key - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell args: [--write-changes] files: \.(py|sh|json|yml|yaml|md)$ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.4 + rev: v0.15.9 hooks: - id: ruff args: [--fix] @@ -38,7 +38,7 @@ repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.10.7 + rev: 0.11.3 hooks: # Update the uv lockfile - id: uv-lock diff --git a/dev.sh b/dev.sh index 3168969..4d1ae93 100644 --- a/dev.sh +++ b/dev.sh @@ -51,7 +51,7 @@ run_test() { run_docs() { local cmd=$1 shift - + run_uvx() { uvx --with mkdocs-material \ --with mkdocs-git-revision-date-localized-plugin \