testsuite, threads: fix LD_LIBRARY_PATH in 'tls-sepdebug.exp'
[binutils-gdb.git] / gdb / setup.cfg
blobd33058ea7f0fa9b2bacc3cbde4e046e1a1bf20cf
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 # W503: line break before binary operator
9 ignore = E203,E501,E701,W503
11 [isort]
12 profile = black