Skip to content

Commit 53af10d

Browse files
Scoping down
1 parent 655b7ac commit 53af10d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Makefile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
lint:
2-
uv run ruff format --check .
3-
uv run ruff check .
4-
uv run mypy .
5-
uv run pyright-python .
6-
uv run deptry .
2+
uv run ruff format --check src tests
3+
uv run ruff check src tests
4+
uv run mypy src tests
5+
uv run pyright-python src tests
6+
uv run deptry src tests
77

88
format:
9-
uv run ruff format .
10-
uv run ruff check . --fix
9+
uv run ruff format src tests
10+
uv run ruff check src tests --fix

0 commit comments

Comments
 (0)