File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2129,7 +2129,7 @@ <h3 id="getting-started">Getting Started<a class="headerlink" href="#getting-sta
21292129 < div class ="highlight "> < pre > < span > </ span > < code > git< span class ="w "> </ span > remote< span class ="w "> </ span > add< span class ="w "> </ span > upstream< span class ="w "> </ span > https://github.com/commitizen-tools/commitizen.git
21302130</ code > </ pre > </ div > </ li >
21312131< li > Set up the development environment:
2132- < div class ="highlight "> < pre > < span > </ span > < code > uv< span class ="w "> </ span > sync< span class ="w "> </ span > --dev
2132+ < div class ="highlight "> < pre > < span > </ span > < code > uv< span class ="w "> </ span > sync< span class ="w "> </ span > --dev< span class =" w " > </ span > --frozen
21332133</ code > </ pre > </ div > </ li >
21342134< li > Set up pre-commit hooks:
21352135 < div class ="highlight "> < pre > < span > </ span > < code > uv< span class ="w "> </ span > run< span class ="w "> </ span > poe< span class ="w "> </ span > setup-pre-commit
Original file line number Diff line number Diff line change @@ -2010,7 +2010,7 @@ <h2 id="useful-commands">Useful commands<a class="headerlink" href="#useful-comm
20102010< p > Please check the < a href ="https://github.com/commitizen-tools/commitizen/blob/master/pyproject.toml "> pyproject.toml</ a > for a comprehensive list of commands.</ p >
20112011< h3 id ="code-changes "> Code Changes< a class ="headerlink " href ="#code-changes " title ="Permanent link "> ¶</ a > </ h3 >
20122012< div class ="highlight "> < pre > < span > </ span > < code > < span class ="c1 "> # Ensure you have the correct dependencies</ span >
2013- uv< span class ="w "> </ span > sync< span class ="w "> </ span > --dev
2013+ uv< span class ="w "> </ span > sync< span class ="w "> </ span > --dev< span class =" w " > </ span > --frozen
20142014
20152015< span class ="c1 "> # Make ruff happy</ span >
20162016uv< span class ="w "> </ span > run< span class ="w "> </ span > poe< span class ="w "> </ span > format
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments