We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbaeb05 commit ada0887Copy full SHA for ada0887
.pre-commit-config.yaml
@@ -65,7 +65,9 @@ repos:
65
name: pylint-local
66
description: Run pylint in the local virtualenv
67
entry: pylint "setup.py" "src/" "python/" "tests/"
68
- language: system
+ language: python
69
+ additional_dependencies:
70
+ - requests>=2.22
71
# ignore all files, run on hard-coded modules instead
72
pass_filenames: false
73
always_run: true
@@ -80,7 +82,9 @@ repos:
80
82
--cov="cloudformation_cli_python_lib"
81
83
--durations=5
84
"tests/"
85
86
87
88
89
90
0 commit comments