Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into ui-table-layout-hints
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrunyon committed Jul 5, 2024
2 parents ae8de53 + df6786a commit 1a14082
Show file tree
Hide file tree
Showing 87 changed files with 1,787 additions and 794 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/make-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
path: plugins/${{ inputs.package }}/dist/

- name: Install requirements
run: pip install -r plugins/${{ inputs.package }}/requirements.txt
run: pip install -r plugins/${{ inputs.package }}/sphinx-requirements.txt

- name: Install wheel
run: pip install plugins/${{ inputs.package }}/dist/*.whl
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/modified-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
plotly-express:
- plugins/plotly-express/**
- .github/workflows/test-*.yml
- sphinx_ext/*
plotly:
- plugins/plotly/**
- .github/workflows/test-*.yml
Expand Down
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@ repos:
rev: v1.1.334
hooks:
- id: pyright
files: plugins.*\/src.*\.py
files: (plugins\/.*\/src|sphinx_ext)\/.*\.py
additional_dependencies:
[
pandas,
deephaven-core,
plotly,
json-rpc,
matplotlib,
deephaven-plugin-utilities
deephaven-plugin-utilities,
sphinx,
]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.2
Expand Down
Loading

0 comments on commit 1a14082

Please sign in to comment.