mirror of
https://gitlab.com/itsulu-odoo/runboat.git
synced 2026-05-30 23:41:27 +00:00
5 lines
110 B
INI
5 lines
110 B
INI
[flake8]
|
|
max-line-length = 88
|
|
; E203 for black
|
|
; B008 does not like fastapi Depends
|
|
extend-ignore = E203,B008
|