mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
Removing of old check function from manage.py
This commit is contained in:
parent
569ec912d2
commit
e8c3b6a620
11
manage.py
11
manage.py
|
@ -23,16 +23,5 @@ def tag():
|
||||||
os.system('git push --tags')
|
os.system('git push --tags')
|
||||||
|
|
||||||
|
|
||||||
@manager.command
|
|
||||||
def check():
|
|
||||||
"""Check `objects` library and examples with code analyzers."""
|
|
||||||
os.system('pylint objects/ --rcfile=./.pylintrc')
|
|
||||||
os.system('flake8 objects/')
|
|
||||||
os.system('pep257 objects/')
|
|
||||||
|
|
||||||
os.system('flake8 examples/')
|
|
||||||
os.system('pep257 examples/')
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
manager.main()
|
manager.main()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user