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