Skip to content

Commit 112e187

Browse files
committed
restore mentions of mypy
1 parent 8e8bb7d commit 112e187

3 files changed

Lines changed: 16 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@ ______________________________________________________________________
415415
- **Run multiple backends:** `pytest -m "redis or sql"`
416416
- **Exclude backends:** `pytest -m "not mongo"`
417417
- **Lint:** `ruff check .`
418+
- **Type check:** `mypy src/cachier/`
418419
- **Format:** `ruff format .`
419420
- **Pre-commit:** `pre-commit run --all-files`
420421
- **Build package:** `python -m build`

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@ ______________________________________________________________________
415415
- **Run multiple backends:** `pytest -m "redis or sql"`
416416
- **Exclude backends:** `pytest -m "not mongo"`
417417
- **Lint:** `ruff check .`
418+
- **Type check:** `mypy src/cachier/`
418419
- **Format:** `ruff format .`
419420
- **Pre-commit:** `pre-commit run --all-files`
420421
- **Build package:** `python -m build`

uv.lock

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)