Skip to content

Commit

Permalink
ci: Specify deephaven-plugin-utilities version for pre-commit (deepha…
Browse files Browse the repository at this point in the history
…ven#898)

Looks like pre-commit uses its own venv if you specify dependencies, so
this version needs to be explicit. Otherwise our local pre-commit hooks
will have old dependencies and fail locally
  • Loading branch information
mattrunyon authored and wusteven815 committed Sep 24, 2024
1 parent dcadc95 commit c9bd5c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ repos:
plotly,
json-rpc,
matplotlib,
deephaven-plugin-utilities,
deephaven-plugin-utilities>=0.0.2,
sphinx,
click,
watchdog,
]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.2
hooks:
- id: ruff
- id: ruff

0 comments on commit c9bd5c1

Please sign in to comment.