1 Star 0 Fork 0

卓越/asteroid

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.flake8 510 Bytes
Copy Edit Raw Blame History
[flake8]
max-line-length = 119
exclude = docs/source,*.egg,build
select = E,W,F
verbose = 2
# https://pep8.readthedocs.io/en/latest/intro.html#error-codes
format = pylint
ignore =
E731 # E731 - Do not assign a lambda expression, use a def
W605 # W605 - invalid escape sequence '\_'. Needed for docs
W504 # W504 - line break after binary operator
W503 # W503 - line break before binary operator, need for black
E203 # E203 - whitespace before ':'. Opposite convention enforced by black
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zy_08/asteroid.git
git@gitee.com:zy_08/asteroid.git
zy_08
asteroid
asteroid
master

Search

23e8dbc6 1850385 7e0993f3 1850385