mirror of
https://github.com/samba-team/samba.git
synced 2025-07-31 20:22:15 +03:00
Add 'pyflakes' rule.
This commit is contained in:
@ -33,3 +33,8 @@ epydoc:: pythonmods
|
||||
PYTHONPATH=$(pythonbuilddir):../lib/subunit/python epydoc $(EPYDOC_OPTIONS) samba tdb ldb subunit testtools
|
||||
|
||||
install:: installpython
|
||||
|
||||
PYFLAKES = pyflakes
|
||||
|
||||
pyflakes::
|
||||
$(PYFLAKES) $(pyscriptsrcdir)/samba
|
||||
|
Reference in New Issue
Block a user