xref
: /
aosp_15_r20
/
external
/
python
/
pyserial
/
setup.cfg
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
[bdist_wheel]
2
universal=1
3
4
[flake8]
5
max-line-length = 120
6
ignore = E265, E126, E241
7
8