[gdb/symtab] Workaround PR gas/31115
[binutils-gdb.git] / gdb / setup.cfg
blob13aefa0342d797c0511db259ad852e2f03f96c8d
1 [flake8]
2 # Disable some formatted-related warnings that conflict with black's way of
3 # formatting code.
5 # E203: Whitespace before ':'
6 # E501: line too long
7 # E701: Multiple statements on one line (colon)
8 ignore = E203,E501,E701