1 Star 0 Fork 65

Dean / bk-sops

forked from 腾讯蓝鲸智云 / bk-sops 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.flake8 459 Bytes
Copy Edit Raw Blame History
[flake8]
ignore = C901, W503, F405, E203
# C901: is too complex
# W503: line break before binary operator
# F405: may be undefined, or defined from star imports
exclude =
*migrations*,
*.pyc,
.git,
.cover,
__pycache__,
*/node_modules/*,
*/templates_module*,
*/bin/*,
local/*,
blueapps/*,
local_settings.py,
max-line-length = 120
max-complexity = 12
format = pylint
show_source = True
statistics = True
count = True
Python
1
https://gitee.com/jackeeydean/bk-sops.git
git@gitee.com:jackeeydean/bk-sops.git
jackeeydean
bk-sops
bk-sops
master

Search