Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
nodejs 24.12.0
python 3.12.12
poetry 1.8.2
poetry 2.2.1
shellcheck 0.11.0
direnv 2.37.1
actionlint 1.7.8
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install-python:
poetry install

install-node:
npm ci --legacy-peer-deps
npm ci

install-hooks: install-python
poetry run pre-commit install --install-hooks --overwrite
Expand Down
Loading