你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-04 11:36:52 +08:00
7 行
149 B
INI
7 行
149 B
INI
[flake8]
|
|
max-line-length = 120
|
|
|
|
# E402, module level import not at top of file
|
|
# E501, line too long
|
|
# F401, module imported but unused
|
|
ignore = F401 |