File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff 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
12143.1 (2025-01-30)
1315----------------
Original file line number Diff line number Diff line change 8080 respective commands and is therefore inherently fragile.
8181
8282
83-
8483Output 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)
You can’t perform that action at this time.
0 commit comments