mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-09 14:11:55 -04:00
7 lines
286 B
INI
7 lines
286 B
INI
[flake8]
|
|
extend-ignore = E203, E266, E501
|
|
# line length is intentionally set to 80 here because black uses Bugbear
|
|
# See https://github.com/psf/black/blob/master/docs/the_black_code_style.md#line-length for more details
|
|
max-line-length = 80
|
|
max-complexity = 18
|
|
select = B,C,E,F,W,T4,B9
|