You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use `uv run` to run the development version of the tool:
21
+
Use ``uv run`` to run the development version of the tool::
22
22
23
23
uv run sqlite-utils --help
24
24
@@ -27,7 +27,7 @@ Use `uv run` to run the development version of the tool:
27
27
Running the tests
28
28
=================
29
29
30
-
Use `uv run` to run the tests:
30
+
Use ``uv run`` to run the tests::
31
31
32
32
uv run pytest
33
33
@@ -42,9 +42,6 @@ To build the documentation run this command::
42
42
43
43
This will start a server on port 8000 that will serve the documentation and live-reload any time you make an edit to a ``.rst`` file.
44
44
45
-
cd docs
46
-
make livehtml
47
-
48
45
The `cog <https://github.com/nedbat/cog>`__ tool is used to maintain portions of the documentation. You can run it like so::
49
46
50
47
uv run cog -r docs/*.rst
@@ -54,7 +51,7 @@ The `cog <https://github.com/nedbat/cog>`__ tool is used to maintain portions of
54
51
Linting and formatting
55
52
======================
56
53
57
-
``sqlite-utils`` uses `Black <https://black.readthedocs.io/>`__ for code formatting, and `flake8 <https://flake8.pycqa.org/>`__ and `mypy <https://mypy.readthedocs.io/>`__ for linting and type checking.
54
+
``sqlite-utils`` uses `Black <https://black.readthedocs.io/>`__ for code formatting, and `flake8 <https://flake8.pycqa.org/>`__ and `mypy <https://mypy.readthedocs.io/>`__ for linting and type checking::
58
55
59
56
uv run black .
60
57
@@ -67,10 +64,10 @@ All three of these tools are run by our CI mechanism against every commit and pu
67
64
68
65
.. _contributing_just:
69
66
70
-
Using Just and uv
71
-
=================
67
+
Using Just
68
+
==========
72
69
73
-
If you install `Just <https://github.com/casey/just>`__ and `uv <https://github.com/astral-sh/uv>`__ you can use them to manage your local development environment.
70
+
If you install `Just <https://github.com/casey/just>`__ you can use it to manage your local development environment.
0 commit comments