Skip to content

Commit e908dad

Browse files
committed
refactor: code to pass ruff check
- Modify `pyproject.toml` to exclude `plotly/graph_objs` from checking for now. - 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 e908dad

File tree

157 files changed

+683
-1246
lines changed

Some content is hidden

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

157 files changed

+683
-1246
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)