1 Star 9 Fork 0

SkyWalking/skywalking-python

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
requirements-style.txt 812 Bytes
一键复制 编辑 原始数据 按行查看 历史
flake8 # Plain flake8
## AUTO FIXERS
#isort # import sorter
unify # unify quotes
flynt # fix f-strings
## CODING STYLE
flake8-quotes # checks for inconsistent single/double quotes
flake8-use-fstring # enforce usage of f-strings
pep8-naming # check pep8 naming convention
Darglint # docstring description matches the definition
flake8-eradicate # dead code checker (commented)
#flake8-isort # isort checker | disabled temporarily
flake8-docstrings # docstring checker
## DESIGN CHECKER
flake8-bugbear # bug checker
flake8-comprehensions # misuse of list comprehension
## REGRESSION CHECKER
flake8-2020 # misuse of version_check in Py3.10 or future 4
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/OpenSkywalking/skywalking-python.git
git@gitee.com:OpenSkywalking/skywalking-python.git
OpenSkywalking
skywalking-python
skywalking-python
master

搜索帮助