Skip to content

Commit ba3d362

Browse files
committed
Update linter exclusion paths and remove unused visualization script
1 parent 7723871 commit ba3d362

File tree

2 files changed

+2
-45
lines changed

2 files changed

+2
-45
lines changed

.github/workflows/format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
linter: [ruff, mypy]
1111
include:
1212
- linter: ruff
13-
command: ruff check --fix . --exclude ./notebook/logs
13+
command: ruff check --fix . --exclude ./notebook/
1414
- linter: mypy
15-
command: mypy . --exclude ./notebook/logs
15+
command: mypy . --exclude ./notebook/
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Install uv

notebook/logs/data_visualization.py

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)