代码拉取完成,页面将自动刷新
同步操作将从 hustlei/QssStylesheetEditor 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
# setuptools config
[bdist_wheel]
# python-tag = py36
# universal=0 # only for current runing python ver2 or 3
; pycodestyle yapf config
[pycodestyle]
exclude = .git, .tox, venv, node_modules, *old.py, *_bak.py, __pycache__, dist, toml
# print total number of errors and warnings
count = True
# W503 line break before binary operator, W504 after
ignore = W503, W504
max-line-length = 120
statistics = True
# see config for pep8 in <https://pycodestyle.readthedocs.io/en/latest/intro.html#configuration>
# generall usage: pycodestyle src --statistics -qq
[yapf]
based_on_style = pep8
indent_width = 4
column_limit = 120
# see cofig for yapf in <https://github.com/google/yapf#formatting-style>
# alse can get config file by `yapf --style-help > .style.yapf`
# generall usage: yapf -ri src
# YAPF exlude files: file named .yapfignore located in the working directory from which YAPF is invoked.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。