File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ Built for my own workflow, but you're welcome to use it!
1717| ** [ prek] ( https://prek.j178.dev/ ) ** | Git hooks | Code quality enforcement |
1818| ** [ Typer] ( https://typer.tiangolo.com/ ) ** | CLI framework | Type-hint based, modern |
1919| ** [ git-cliff] ( https://git-cliff.org/ ) ** | Changelog | Auto-generated from conventional commits |
20- | ** [ gitleaks] ( https://github.com/gitleaks/gitleaks ) ** | search repo for secrets | alert on leaked secrets |
21- | ** [ pysentry-rs] ( https://pysentry.com/ ) ** | Vulnerability Scanner | Highlight dependencies _ potential_ security issues |
20+ | ** [ gitleaks] ( https://github.com/gitleaks/gitleaks ) ** | Search repo for secrets | Alert on leaked secrets |
21+ | ** [ pysentry-rs] ( https://pysentry.com/ ) ** | Vulnerability Scanner | Highlight _ potential_ dependency security issues |
2222| ** [ semgrep] ( https://semgrep.dev/ ) ** | Static Application Security Testing | SAST scans highlight potential [ security issues] ( https://semgrep.dev/docs/languages/python ) in repo code |
2323
2424## Quick Start
@@ -38,8 +38,7 @@ curl -LsSf https://astral.sh/uv/install.sh | sh
3838** Install copier with uv (recommended):**
3939
4040``` bash
41- uv tool install copier
42- uv tool inject copier copier-template-extensions
41+ uv tool install copier --with copier-template-extensions
4342```
4443
4544** With pipx:**
You can’t perform that action at this time.
0 commit comments