mirror of
https://github.com/seemoo-lab/opendrop.git
synced 2026-09-14 15:16:11 -04:00
5 lines
88 B
INI
5 lines
88 B
INI
[flake8]
|
|
extend-ignore = E203, E501
|
|
max-line-length = 80
|
|
max-complexity = 18
|
|
select = B9 |