Skip to content

Commit 0f680bf

Browse files
authored
Merge pull request #70 from gridsmartercities/prospector
fixed prospector for known pylint error
2 parents 3108349 + cce6f68 commit 0f680bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 0.2
33
phases:
44
install:
55
commands:
6-
- pip install PyJWT boto3 prospector coverage bandit schema
6+
- pip install PyJWT boto3 prospector==1.1.6.2 coverage bandit schema
77
pre_build:
88
commands:
99
- export OUR_COMMIT_SHA=`git rev-parse HEAD`

0 commit comments

Comments
 (0)