Skip to content

Commit ada0887

Browse files
committed
wip
1 parent bbaeb05 commit ada0887

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ repos:
6565
name: pylint-local
6666
description: Run pylint in the local virtualenv
6767
entry: pylint "setup.py" "src/" "python/" "tests/"
68-
language: system
68+
language: python
69+
additional_dependencies:
70+
- requests>=2.22
6971
# ignore all files, run on hard-coded modules instead
7072
pass_filenames: false
7173
always_run: true
@@ -80,7 +82,9 @@ repos:
8082
--cov="cloudformation_cli_python_lib"
8183
--durations=5
8284
"tests/"
83-
language: system
85+
language: python
86+
additional_dependencies:
87+
- requests>=2.22
8488
# ignore all files, run on hard-coded modules instead
8589
pass_filenames: false
8690
always_run: true

0 commit comments

Comments
 (0)