mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 18:46:52 +00:00
6 lines
155 B
Batchfile
6 lines
155 B
Batchfile
@setlocal enableextensions & python -x %~f0 %* & goto :EOF
|
|
# -*- mode: python -*-
|
|
from flake8.run import main
|
|
|
|
if __name__ == '__main__':
|
|
main()
|