mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
Makefile, setup.py: add more source files to pyflakes target and fix their warnings.
This commit is contained in:
parent
6d6f0edc36
commit
3c161c9a96
2
Makefile
2
Makefile
@ -157,7 +157,7 @@ endif
|
||||
|
||||
|
||||
pyflakes:
|
||||
$(PYTHON) -OOu `which pyflakes` src/allmydata static misc/build_helpers bin/tahoe-script.template |sort |uniq
|
||||
$(PYTHON) -OOu `which pyflakes` src/allmydata static misc/build_helpers bin/tahoe-script.template twisted setup.py |sort |uniq
|
||||
check-umids:
|
||||
$(PYTHON) misc/coding_tools/check-umids.py `find src/allmydata -name '*.py'`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user