Skip to content

Commit e5937b9

Browse files
committed
update
1 parent bc425e2 commit e5937b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ install:
1818

1919
.PHONY: lint
2020
lint: install
21-
uv run ruff check --output-format=github .
21+
uv run ruff check --output-format=github scripts
2222
uv run nbqa ruff notebooks
2323

2424
.PHONY: format
@@ -27,7 +27,7 @@ format: install
2727

2828
.PHONY: typecheck
2929
typecheck: install
30-
uv run mypy .jupytext
30+
uv run mypy scripts
3131
uv run nbqa mypy notebooks
3232

3333
.PHONY: apply-formatter

0 commit comments

Comments
 (0)