aboutsummaryrefslogtreecommitdiff
path: root/gdb/setup.cfg
blob: 13aefa0342d797c0511db259ad852e2f03f96c8d (plain)
1
2
3
4
5
6
7
8
[flake8]
# Disable some formatted-related warnings that conflict with black's way of
# formatting code.
#
# E203: Whitespace before ':'
# E501: line too long
# E701: Multiple statements on one line (colon)
ignore = E203,E501,E701