Skip to content

Commit

Permalink
Fix deploy script and linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sawyerh committed Jun 16, 2024
1 parent fa5e696 commit ede9c61
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodejs 18.12.1
python 3.10.12
nodejs 20.13.1
python 3.10.14
java temurin-17.0.6+10
1 change: 1 addition & 0 deletions aws/ai/test.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# flake8: noqa
"""
Use this file for manually testing things
"""
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"prettier": "^2.0.0",
"prettier-plugin-tailwindcss": "^0.4.0",
"serverless": "^3.33.0",
"serverless-python-requirements": "^6.0.0"
"serverless-python-requirements": "^6.1.0"
},
"jest": {
"testPathIgnorePatterns": [
Expand Down

0 comments on commit ede9c61

Please sign in to comment.