File tree Expand file tree Collapse file tree 3 files changed +492
-10
lines changed
Expand file tree Collapse file tree 3 files changed +492
-10
lines changed Original file line number Diff line number Diff line change @@ -51,12 +51,3 @@ repos:
5151 - id : bandit
5252 args : ["--config=pyproject.toml"]
5353 additional_dependencies : ["bandit[toml]"]
54-
55- - repo : local
56- hooks :
57- - id : trufflehog
58- name : TruffleHog
59- description : Detect secrets in your data.
60- entry : bash -c 'docker run --rm -v "$(pwd):/workdir" -i --rm trufflesecurity/trufflehog:latest git file:///workdir --since-commit HEAD --only-verified --fail'
61- language : system
62- stages : ["commit", "push"]
Original file line number Diff line number Diff line change 11.PHONY : project-setup
2- install : # # Install the virtual environment and install the pre-commit hooks
2+ project-setup : # # Install the virtual environment and install the pre-commit hooks
33 @echo " 🚀 Creating virtual environment using uv"
44 @uv sync
55 @uv run pre-commit install
You can’t perform that action at this time.
0 commit comments