We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3af00 commit 2cc6c91Copy full SHA for 2cc6c91
.pre-commit-config.yaml
@@ -32,4 +32,4 @@ repos:
32
- 'docker run -v "$LOCAL_WORKSPACE_FOLDER:/src" git-secrets --pre_commit_hook'
33
language: system
34
fail_fast: true
35
-default_stages: [commit]
+default_stages: [pre-commit]
.tool-versions
@@ -5,4 +5,4 @@ poetry 1.8.2
5
shellcheck 0.9.0
6
direnv 2.32.2
7
actionlint 1.6.26
8
-nodejs 20.9.0
+nodejs 20.19.0
Makefile
@@ -62,6 +62,8 @@ deep-clean: clean
62
rm -rf .mvn
63
rm -rf src/main/main.iml
64
rm -rf src/test/test.iml
65
+ find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +
66
+ poetry env remove --all
67
68
# build targets
69
compile: download-dependencies
0 commit comments