1 Star 0 Fork 0

renhongxun/keras

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.cfg 687 Bytes
一键复制 编辑 原始数据 按行查看 历史
kiukchung 提交于 2023-09-18 22:25 . [GHA] fix several codecov issues (#912)
[flake8]
ignore =
# Conflicts with black
E203
# defaults flake8 ignores
E121,E123,E126,E226,E24,E704,W503,W504
# Function name should be lowercase
N802
# lowercase ... imported as non lowercase
# Useful to ignore for "import keras.backend as K"
N812
# do not use bare 'except'
E722
# too many "#"
E266
exclude =
*_pb2.py,
*_pb2_grpc.py,
extend-exclude =
# excluding examples/ and guides/ since they are formatted as follow-along guides
examples,
guides,
#imported but unused in __init__.py, that's ok.
per-file-ignores =
# import not used
**/__init__.py:F401
**/random.py:F401
max-line-length = 80
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/renxichen/keras_github.git
git@gitee.com:renxichen/keras_github.git
renxichen
keras_github
keras
master

搜索帮助