mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-06 08:16:00 +00:00
12 lines
No EOL
155 B
INI
12 lines
No EOL
155 B
INI
[flake8]
|
|
exclude =
|
|
scripts/*
|
|
src/agentscope/rpc/*
|
|
max-line-length = 79
|
|
inline-quotes = "
|
|
avoid-escape = no
|
|
ignore =
|
|
F401
|
|
F403
|
|
W503
|
|
E731 |