Skip to content

Commit 76caf57

Browse files
committed
Copy tests from CI to README
1 parent ab2a338 commit 76caf57

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,14 @@ pre-commit install
6969
# To disable:
7070
# pre-commit uninstall
7171
```
72+
73+
Tests should now pass:
74+
75+
```sh
76+
make check-tests
77+
make check-types
78+
make check-lint
79+
make check-format
80+
# TODO: Requires uv.
81+
# make ci-check-mypy-can-run
82+
```

0 commit comments

Comments
 (0)