Sign in
chromium
/
external
/
bmcustodio
/
flake8
/
refs/heads/develop
/
.
/
scripts
/
flake8.cmd
blob: 57ec2fd61466fd8fd090f8f658d8320bcc6d1ae3 [
file
] [
edit
]
@setlocal
enableextensions
&
python
-
x
%~
f0
%*
&
goto
:
EOF
# -*- mode: python -*-
from
flake8
.
run
import
main
if
__name__
==
'__main__'
:
main
()