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 d004bbe commit 117e310Copy full SHA for 117e310
.pre-commit-config.yaml
@@ -65,10 +65,7 @@ repos:
65
name: pylint-local
66
description: Run pylint in the local virtualenv
67
entry: pylint "setup.py" "src/" "python/" "tests/"
68
- language: python
69
- additional_dependencies:
70
- - requests>=2.22
71
- - setuptools>=65.5.0
+ language: system
72
# ignore all files, run on hard-coded modules instead
73
pass_filenames: false
74
always_run: true
@@ -83,10 +80,7 @@ repos:
83
80
--cov="cloudformation_cli_python_lib"
84
81
--durations=5
85
82
"tests/"
86
87
88
89
90
91
92
0 commit comments