b6eb3ee8e6
flush() terminates a single iteration of widget drawing. see #23
3 lines
66 B
Bash
Executable file
3 lines
66 B
Bash
Executable file
#!/bin/sh
|
|
|
|
find . -name "*.py"|xargs pylint --disable=R0903,R0201
|