Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#585)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.9.3](astral-sh/ruff-pre-commit@v0.9.1...v0.9.3)

* Update test-tutorials.yaml

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Gregor Sturm <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and grst authored Jan 29, 2025
1 parent 581c9e7 commit 10e260f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-tutorials.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
cache: "pip"
cache-dependency-path: "**/pyproject.toml"

- name: Install test dependencies
- name: Install system dependencies
run: |
python -m pip install --upgrade pip wheel
sudo apt-get install -y libcairo2-dev pkg-config
- name: Install dependencies
run: |
pip install ".[doc]"
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
- id: prettier
exclude: '^\.conda'
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.1
rev: v0.9.3
hooks:
- id: ruff
types_or: [python, pyi, jupyter]
Expand Down

0 comments on commit 10e260f

Please sign in to comment.