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):
7676 "six" ,
7777 'pathlib2;python_version=="2.7"' ,
7878 ],
79+ extras_require = {
80+ 'dev' : [
81+ 'pre-commit'
82+ ]
83+ },
7984 tests_require = [
8085 "mock" ,
8186 "pytest" ,
You can’t perform that action at this time.
0 commit comments