Skip to content

Commit 535651b

Browse files
committed
Updated the documentation
1 parent c91b8fc commit 535651b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Changelog of checkoutmanager
88

99
- Updated the project itself to use ``uv`` and ``pre-commit``.
1010

11+
- Removed two ancient svn-only commands.
12+
1113

1214
3.1 (2025-01-30)
1315
----------------

README.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ in
8080
respective commands and is therefore inherently fragile.
8181

8282

83-
8483
Output directory naming
8584
-----------------------
8685

@@ -160,3 +159,13 @@ Config file
160159
it is in checkoutmanager/sample.cfg!
161160
162161
Sample configuration file::
162+
163+
164+
Developing on this project itself
165+
---------------------------------
166+
167+
Developing is pretty straightforward::
168+
169+
$ uv sync # Install the project
170+
$ pre-commit run --all # Syntax checks and formatting
171+
$ uv run pytest # (Or activate the virtualenv and just run pytest)

0 commit comments

Comments
 (0)