Skip to content

Commit 508d94f

Browse files
committed
add back in cfn-lint
1 parent 1278843 commit 508d94f

6 files changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cfn-lint==1.47.1

src/languages/node_24_python_3_12/.devcontainer/scripts/vscode_install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ asdf plugin add poetry https://github.com/asdf-community/asdf-poetry.git
66

77
asdf install python
88
asdf install
9+
10+
pip install --user -r "${SCRIPT_DIR}/requirements-user.txt"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cfn-lint==1.47.1

src/languages/node_24_python_3_13/.devcontainer/scripts/vscode_install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ asdf plugin add poetry https://github.com/asdf-community/asdf-poetry.git
66

77
asdf install python
88
asdf install
9+
10+
pip install --user -r "${SCRIPT_DIR}/requirements-user.txt"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cfn-lint==1.47.1

src/languages/node_24_python_3_14/.devcontainer/scripts/vscode_install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ asdf plugin add poetry https://github.com/asdf-community/asdf-poetry.git
66

77
asdf install python
88
asdf install
9+
10+
pip install --user -r "${SCRIPT_DIR}/requirements-user.txt"

0 commit comments

Comments
 (0)