mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
flake8
This commit is contained in:
parent
0d63e5d559
commit
c3af677cf7
2 changed files with 7 additions and 8 deletions
13
pysol.py
13
pysol.py
|
@ -20,14 +20,13 @@
|
|||
#
|
||||
# ---------------------------------------------------------------------------##
|
||||
|
||||
#import pychecker.checker
|
||||
|
||||
from pysollib.init import init
|
||||
init()
|
||||
# import pychecker.checker
|
||||
|
||||
import sys
|
||||
from pysollib.init import init
|
||||
from pysollib.main import main
|
||||
#import profile
|
||||
#profile.run("main(sys.argv)")
|
||||
sys.exit(main(sys.argv))
|
||||
init()
|
||||
|
||||
# import profile
|
||||
# profile.run("main(sys.argv)")
|
||||
sys.exit(main(sys.argv))
|
||||
|
|
|
@ -26,7 +26,7 @@ my %skip =
|
|||
|
||||
# my $cmd = shell_quote( 'flake8', '.' );
|
||||
my $cmd = shell_quote( 'flake8',
|
||||
grep { not exists $skip{$_} } glob('./pysollib/*.py ./pysollib/[cmpuw]*/*.py ./pysollib/tile/*.py ./pysollib/ui/tktile/*.py ./pysollib/games/*.py ./pysollib/games/*/*.py') );
|
||||
grep { not exists $skip{$_} } glob('pysol.py ./pysollib/*.py ./pysollib/[cmgpuw]*/{*/*.py,*.py} ./pysollib/tile/*.py ./pysollib/ui/tktile/*.py') );
|
||||
|
||||
# TEST
|
||||
eq_or_diff( scalar(`$cmd`), '', "flake8 is happy with the code." );
|
||||
|
|
Loading…
Add table
Reference in a new issue