Run pyflakes output through sort -u to remove duplicates.
- Legacy-Id: 1060
This commit is contained in:
parent
72a8e15945
commit
6e49d76105
|
@ -17,4 +17,4 @@ for line in sys.stdin:
|
|||
' "$@"
|
||||
}
|
||||
|
||||
pyflakes "$@" | filter "${0%/*}/pyflakes.exclude"
|
||||
pyflakes "$@" | filter "${0%/*}/pyflakes.exclude" | sort -u
|
||||
|
|
Loading…
Reference in a new issue