Ai
5 Star 13 Fork 17

mirrors_gerrit_googlesource/git-repo

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.flake8 403 Bytes
Copy Edit Raw Blame History
Erik Elmeke authored 2025-04-23 16:16 +08:00 . flake8: Ignore .venv directory
[flake8]
max-line-length = 80
per-file-ignores =
# E501: line too long
tests/test_git_superproject.py: E501
extend-ignore =
# E203: Whitespace before ':'
# See https://github.com/PyCQA/pycodestyle/issues/373
E203,
# E402: Module level import not at top of file
E402,
# E731: do not assign a lambda expression, use a def
E731,
exclude =
.venv,
venv,
.tox,
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_gerrit_googlesource/git-repo.git
git@gitee.com:mirrors_gerrit_googlesource/git-repo.git
mirrors_gerrit_googlesource
git-repo
git-repo
main

Search