File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ - id : openapi-spec-validator
2
+ name : openapi-spec-validator
3
+ entry : openapi-spec-validator
4
+ description : Hook to validate Open API specs.
5
+ language : python
6
+ files : .*openapi.*\.(json|yaml|yml)
Original file line number Diff line number Diff line change
1
+ - id : openapi-spec-validator
2
+ name : openapi-spec-validator
3
+ entry : openapi-spec-validator
4
+ description : Hook to validate Open API specs.
5
+ language : python
6
+ files : .*openapi.*\.(json|yaml|yml)
Original file line number Diff line number Diff line change @@ -76,6 +76,11 @@ def run_tests(self):
76
76
"six" ,
77
77
'pathlib2;python_version=="2.7"' ,
78
78
],
79
+ extras_require = {
80
+ 'dev' : [
81
+ 'pre-commit'
82
+ ]
83
+ },
79
84
tests_require = [
80
85
"mock" ,
81
86
"pytest" ,
You can’t perform that action at this time.
0 commit comments