Skip to content

Commit 2cc6c91

Browse files
committed
update
1 parent 2e3af00 commit 2cc6c91

File tree

4 files changed

+1636
-2230
lines changed

4 files changed

+1636
-2230
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ repos:
3232
- 'docker run -v "$LOCAL_WORKSPACE_FOLDER:/src" git-secrets --pre_commit_hook'
3333
language: system
3434
fail_fast: true
35-
default_stages: [commit]
35+
default_stages: [pre-commit]

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ poetry 1.8.2
55
shellcheck 0.9.0
66
direnv 2.32.2
77
actionlint 1.6.26
8-
nodejs 20.9.0
8+
nodejs 20.19.0

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ deep-clean: clean
6262
rm -rf .mvn
6363
rm -rf src/main/main.iml
6464
rm -rf src/test/test.iml
65+
find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +
66+
poetry env remove --all
6567

6668
# build targets
6769
compile: download-dependencies

0 commit comments

Comments
 (0)