mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +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
|
PYTHONPATH=$(pythonbuilddir):../lib/subunit/python epydoc $(EPYDOC_OPTIONS) samba tdb ldb subunit testtools
|
||||||
|
|
||||||
install:: installpython
|
install:: installpython
|
||||||
|
|
||||||
|
PYFLAKES = pyflakes
|
||||||
|
|
||||||
|
pyflakes::
|
||||||
|
$(PYFLAKES) $(pyscriptsrcdir)/samba
|
||||||
|
Reference in New Issue
Block a user