Skip to content

Commit b009893

Browse files
committed
bump pylint to support python3.11
1 parent cf63aa4 commit b009893

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cloud9Setup/increase-disk-size.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ else
5353
sudo growpart /dev/nvme0n1 1
5454

5555
# Expand the size of the file system.
56-
# Check if we're on AL2
56+
# Check if we're on AL2 or AL2023
5757
STR=$(cat /etc/os-release)
5858
AL2="VERSION_ID=\"2\""
5959
AL2023="VERSION_ID=\"2023\""

Cloud9Setup/pre-requisites.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ npm install -g aws-cdk@"^2.0.0"
9292
#Install jq version 1.5
9393
sudo yum -y install jq-1.5
9494

95-
#Install pylint version 2.11.1
96-
python3 -m pip install pylint==2.11.1
95+
#Install pylint version 2.17.7
96+
python3 -m pip install pylint==2.17.7
9797

9898
python3 -m pip install boto3

0 commit comments

Comments
 (0)