mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
6 lines
146 B
INI
6 lines
146 B
INI
[flake8]
|
|
max-line-length = 88
|
|
extend-select = C,E,F,W,B,B9
|
|
# B905 should be enabled when we drop support for 3.9
|
|
extend-ignore = E203, E501, B905
|