Skip to content

Commit aeb3663

Browse files
committed
Update CLAUDE.md: ruff replaces black/flake8, add mypy
1 parent a2efec2 commit aeb3663

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ __pycache__/
88
.python-version
99
.vscode/
1010
.ruff_cache/
11+
uv.lock
1112

1213
.claude/settings.local.json

CLAUDE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ tox
1818
# Run a single test
1919
pytest -v fieldsignals/tests/test_signals.py::TestPreSave::test_pre_save_changed
2020

21-
# Format code
22-
black .
23-
2421
# Lint
25-
flake8
22+
ruff check .
23+
24+
# Type check
25+
tox -e mypy
2626
```
2727

2828
## Architecture

0 commit comments

Comments
 (0)