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 @@ -75,6 +75,11 @@ def run_tests(self):
75
75
"six" ,
76
76
'pathlib2;python_version=="2.7"' ,
77
77
],
78
+ extras_require = {
79
+ 'dev' : [
80
+ 'pre-commit'
81
+ ]
82
+ },
78
83
tests_require = [
79
84
"mock" ,
80
85
"pytest" ,
You can’t perform that action at this time.
0 commit comments