Skip to content

Commit 6ce94b2

Browse files
committed
refactor: code to pass ruff check
- Modify `pyproject.toml` to exclude `plotly/graph_objs` from checking for now. - Modify `pyproject.toml` to include `anywidget` in core dependencies (because `plotly/basewidget.py` needs it). - Clean up several hundred complaints from `ruff` about unused variables and imports. - Clean up cases in `tests/**/*.py` where the same function name was used for several tests (which meant that only the last one defined was actually run). - Reformat code after recent changes.
1 parent 0e9500e commit 6ce94b2

File tree

158 files changed

+701
-1255
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+701
-1255
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
source .venv/bin/activate
154154
uv sync --extra dev_core
155155
- run:
156-
name: Check formatting with ruff
156+
name: Check handwritten code with ruff
157157
command: |
158158
source .venv/bin/activate
159159
ruff check .

0 commit comments

Comments
 (0)