mirror of
https://github.com/fastapi/fastapi.git
synced 2026-03-05 15:37:08 -05:00
Co-authored-by: nimashadix <nimashadix@pop-os.localdomain> Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
6 lines
100 B
INI
6 lines
100 B
INI
[flake8]
|
|
max-line-length = 88
|
|
select = C,E,F,W,B,B9
|
|
ignore = E203, E501, W503
|
|
exclude = __init__.py
|