mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-03 00:43:46 +00:00
Fix W605 Warning and reenable flake8 (#1334)
This commit is contained in:
@@ -24,7 +24,7 @@ python setup.py develop
|
||||
tox || exit 1
|
||||
|
||||
### static analysis of code
|
||||
#flake8 --show-source petstore_api/
|
||||
flake8 --show-source petstore_api/
|
||||
|
||||
### deactivate virtualenv
|
||||
#if [ $DEACTIVE == true ]; then
|
||||
|
||||
Reference in New Issue
Block a user