mirror of
https://github.com/samba-team/samba.git
synced 2025-02-21 01:59:07 +03:00
Add 'make pep8' target.
This commit is contained in:
parent
31eba612f4
commit
0e9b092531
8
wscript
8
wscript
@ -152,6 +152,14 @@ def pydoctor(ctx):
|
||||
print("Running: %s" % cmd)
|
||||
os.system(cmd)
|
||||
|
||||
|
||||
def pep8(ctx):
|
||||
'''run pep8 validator'''
|
||||
cmd='PYTHONPATH=bin/python pep8 -r bin/python/samba'
|
||||
print("Running: %s" % cmd)
|
||||
os.system(cmd)
|
||||
|
||||
|
||||
def wafdocs(ctx):
|
||||
'''build wafsamba apidocs'''
|
||||
from samba_utils import recursive_dirlist
|
||||
|
Loading…
x
Reference in New Issue
Block a user