mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-25 11:04:01 +03:00
Stop measuring of pylint rating for examples
This commit is contained in:
parent
e0cefd0fa1
commit
01ae47c0d0
|
@ -30,7 +30,6 @@ def check():
|
||||||
os.system('flake8 objects/')
|
os.system('flake8 objects/')
|
||||||
os.system('pep257 objects/')
|
os.system('pep257 objects/')
|
||||||
|
|
||||||
os.system('pylint examples/ --rcfile=./.pylintrc')
|
|
||||||
os.system('flake8 examples/')
|
os.system('flake8 examples/')
|
||||||
os.system('pep257 examples/')
|
os.system('pep257 examples/')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user