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