diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1e2fe1f..2c6f11d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,7 +16,7 @@ jobs: name: Run pre-commit runs-on: 'ubuntu-latest' steps: - - uses: holoviz-dev/holoviz_tasks/pre-commit@v0.1a17 + - uses: holoviz-dev/holoviz_tasks/pre-commit@v0.1a18 unit_test_suite: name: Unit tests on ${{ matrix.os }} with Python ${{ matrix.python-version }} needs: [pre_commit] diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 395c10c..7170924 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ exclude: (\.min\.js$|\.svg$|\.html$) default_stages: [commit] repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-builtin-literals - id: check-case-conflict @@ -16,7 +16,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.292 + rev: v0.1.4 hooks: - id: ruff args: [holonote] @@ -25,7 +25,7 @@ repos: args: [holonote] files: holonote/ - repo: https://github.com/hoxbro/clean_notebook - rev: v0.1.11 + rev: v0.1.13 hooks: - id: clean-notebook - repo: https://github.com/codespell-project/codespell