File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ scrapegraph-py/
2424- ** Package Manager** : uv (recommended) or pip
2525- ** Core Dependencies** : requests, pydantic, python-dotenv, aiohttp
2626- ** Testing** : pytest, pytest-asyncio, pytest-mock, aioresponses
27- - ** Code Quality** : black, isort, ruff, mypy
27+ - ** Code Quality** : ruff
2828- ** Build** : hatchling
2929- ** Release** : semantic-release
3030
@@ -41,9 +41,6 @@ uv run pytest tests/ -v
4141uv run ruff format src tests
4242uv run ruff check src tests --fix
4343
44- # Type check
45- uv run mypy src
46-
4744# Build
4845uv build
4946```
@@ -55,7 +52,6 @@ Always run these commands before committing or saying a task is done:
5552``` bash
5653uv run ruff format src tests
5754uv run ruff check src tests --fix
58- uv run mypy src
5955uv build
6056uv run pytest tests/ -v
6157```
You can’t perform that action at this time.
0 commit comments