Skip to content

Commit f53c01e

Browse files
docs: remove mypy from CLAUDE.md, CI only uses ruff
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b7822f2 commit f53c01e

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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
4141
uv run ruff format src tests
4242
uv run ruff check src tests --fix
4343

44-
# Type check
45-
uv run mypy src
46-
4744
# Build
4845
uv build
4946
```
@@ -55,7 +52,6 @@ Always run these commands before committing or saying a task is done:
5552
```bash
5653
uv run ruff format src tests
5754
uv run ruff check src tests --fix
58-
uv run mypy src
5955
uv build
6056
uv run pytest tests/ -v
6157
```

0 commit comments

Comments
 (0)