Skip to content

Commit b2d1e98

Browse files
committed
chore: adding uv lock file
1 parent f6aba2f commit b2d1e98

File tree

3 files changed

+492
-10
lines changed

3 files changed

+492
-10
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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"]

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

0 commit comments

Comments
 (0)