mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-03 18:51:28 +00:00
* precommit: end-of-file-fixer * exclude .gitignore * apply --------- Co-authored-by: Shaokun <shaokunzhang529@gmail.com>
6 lines
126 B
INI
6 lines
126 B
INI
[flake8]
|
|
ignore = E203, E266, E501, W503, F403, F401, C901
|
|
max-line-length = 127
|
|
max-complexity = 10
|
|
select = B,C,E,F,W,T4,B9
|